| OLD | NEW |
| 1 // This code was auto-generated, is not intended to be edited, and is subject to | 1 // This code was auto-generated, is not intended to be edited, and is subject to |
| 2 // significant change. Please see the README file for more information. | 2 // significant change. Please see the README file for more information. |
| 3 | 3 |
| 4 library engine; | 4 library engine; |
| 5 | 5 |
| 6 import 'java_core.dart'; | 6 import 'java_core.dart'; |
| 7 import 'java_engine.dart'; | 7 import 'java_engine.dart'; |
| 8 import 'dart:collection' show HasNextIterator; | 8 import 'dart:collection' show HasNextIterator; |
| 9 import 'error.dart'; | 9 import 'error.dart'; |
| 10 import 'source.dart'; | 10 import 'source.dart'; |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 /** | 283 /** |
| 284 * Instances of the class {@code AnalysisException} represent an exception that
occurred during the | 284 * Instances of the class {@code AnalysisException} represent an exception that
occurred during the |
| 285 * analysis of one or more sources. | 285 * analysis of one or more sources. |
| 286 * @coverage dart.engine | 286 * @coverage dart.engine |
| 287 */ | 287 */ |
| 288 class AnalysisException extends JavaException { | 288 class AnalysisException extends JavaException { |
| 289 /** | 289 /** |
| 290 * Initialize a newly created exception. | 290 * Initialize a newly created exception. |
| 291 */ | 291 */ |
| 292 AnalysisException() : super() { | 292 AnalysisException() : super() { |
| 293 _jtd_constructor_121_impl(); | 293 _jtd_constructor_123_impl(); |
| 294 } | 294 } |
| 295 _jtd_constructor_121_impl() { | 295 _jtd_constructor_123_impl() { |
| 296 } | 296 } |
| 297 /** | 297 /** |
| 298 * Initialize a newly created exception to have the given message. | 298 * Initialize a newly created exception to have the given message. |
| 299 * @param message the message associated with the exception | 299 * @param message the message associated with the exception |
| 300 */ | 300 */ |
| 301 AnalysisException.con1(String message) : super(message) { | 301 AnalysisException.con1(String message) : super(message) { |
| 302 _jtd_constructor_122_impl(message); | 302 _jtd_constructor_124_impl(message); |
| 303 } | 303 } |
| 304 _jtd_constructor_122_impl(String message) { | 304 _jtd_constructor_124_impl(String message) { |
| 305 } | 305 } |
| 306 /** | 306 /** |
| 307 * Initialize a newly created exception to have the given message and cause. | 307 * Initialize a newly created exception to have the given message and cause. |
| 308 * @param message the message associated with the exception | 308 * @param message the message associated with the exception |
| 309 * @param cause the underlying exception that caused this exception | 309 * @param cause the underlying exception that caused this exception |
| 310 */ | 310 */ |
| 311 AnalysisException.con2(String message, Exception cause) : super(message, cause
) { | 311 AnalysisException.con2(String message, Exception cause) : super(message, cause
) { |
| 312 _jtd_constructor_123_impl(message, cause); | 312 _jtd_constructor_125_impl(message, cause); |
| 313 } | 313 } |
| 314 _jtd_constructor_123_impl(String message, Exception cause) { | 314 _jtd_constructor_125_impl(String message, Exception cause) { |
| 315 } | 315 } |
| 316 /** | 316 /** |
| 317 * Initialize a newly created exception to have the given cause. | 317 * Initialize a newly created exception to have the given cause. |
| 318 * @param cause the underlying exception that caused this exception | 318 * @param cause the underlying exception that caused this exception |
| 319 */ | 319 */ |
| 320 AnalysisException.con3(Exception cause) : super.withCause(cause) { | 320 AnalysisException.con3(Exception cause) : super.withCause(cause) { |
| 321 _jtd_constructor_124_impl(cause); | 321 _jtd_constructor_126_impl(cause); |
| 322 } | 322 } |
| 323 _jtd_constructor_124_impl(Exception cause) { | 323 _jtd_constructor_126_impl(Exception cause) { |
| 324 } | 324 } |
| 325 } | 325 } |
| 326 /** | 326 /** |
| 327 * Instances of {@code ChangeResult} are returned by {@link AnalysisContext#chan
ged(ChangeSet)} to | 327 * Instances of {@code ChangeResult} are returned by {@link AnalysisContext#chan
ged(ChangeSet)} to |
| 328 * indicate what operations need to be performed as a result of the change. | 328 * indicate what operations need to be performed as a result of the change. |
| 329 * @coverage dart.engine | 329 * @coverage dart.engine |
| 330 */ | 330 */ |
| 331 class ChangeResult { | 331 class ChangeResult { |
| 332 } | 332 } |
| 333 /** | 333 /** |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 class SourceInfo { | 928 class SourceInfo { |
| 929 /** | 929 /** |
| 930 * The kind of the source. | 930 * The kind of the source. |
| 931 */ | 931 */ |
| 932 SourceKind _kind; | 932 SourceKind _kind; |
| 933 /** | 933 /** |
| 934 * The sources for the defining compilation units for the libraries containing
the source, or{@code null} if the libraries containing the source are not yet k
nown. | 934 * The sources for the defining compilation units for the libraries containing
the source, or{@code null} if the libraries containing the source are not yet k
nown. |
| 935 */ | 935 */ |
| 936 List<Source> _librarySources = null; | 936 List<Source> _librarySources = null; |
| 937 SourceInfo.con1(Source source, SourceKind kind3) { | 937 SourceInfo.con1(Source source, SourceKind kind3) { |
| 938 _jtd_constructor_154_impl(source, kind3); | 938 _jtd_constructor_161_impl(source, kind3); |
| 939 } | 939 } |
| 940 _jtd_constructor_154_impl(Source source, SourceKind kind3) { | 940 _jtd_constructor_161_impl(Source source, SourceKind kind3) { |
| 941 this._kind = kind3; | 941 this._kind = kind3; |
| 942 } | 942 } |
| 943 /** | 943 /** |
| 944 * Initialize a newly created information holder to hold the same information
as the given holder. | 944 * Initialize a newly created information holder to hold the same information
as the given holder. |
| 945 * @param info the information holder used to initialize this holder | 945 * @param info the information holder used to initialize this holder |
| 946 */ | 946 */ |
| 947 SourceInfo.con2(SourceInfo info) { | 947 SourceInfo.con2(SourceInfo info) { |
| 948 _jtd_constructor_155_impl(info); | 948 _jtd_constructor_162_impl(info); |
| 949 } | 949 } |
| 950 _jtd_constructor_155_impl(SourceInfo info) { | 950 _jtd_constructor_162_impl(SourceInfo info) { |
| 951 _kind = info._kind; | 951 _kind = info._kind; |
| 952 _librarySources = new List<Source>.from(info._librarySources); | 952 _librarySources = new List<Source>.from(info._librarySources); |
| 953 } | 953 } |
| 954 /** | 954 /** |
| 955 * Add the given source to the list of sources for the defining compilation un
its for the | 955 * Add the given source to the list of sources for the defining compilation un
its for the |
| 956 * libraries containing this source. | 956 * libraries containing this source. |
| 957 * @param source the source to be added to the list | 957 * @param source the source to be added to the list |
| 958 */ | 958 */ |
| 959 void addLibrarySource(Source source) { | 959 void addLibrarySource(Source source) { |
| 960 if (_librarySources == null) { | 960 if (_librarySources == null) { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 } | 1042 } |
| 1043 void logError2(String message, Exception exception) { | 1043 void logError2(String message, Exception exception) { |
| 1044 } | 1044 } |
| 1045 void logError3(Exception exception) { | 1045 void logError3(Exception exception) { |
| 1046 } | 1046 } |
| 1047 void logInformation(String message) { | 1047 void logInformation(String message) { |
| 1048 } | 1048 } |
| 1049 void logInformation2(String message, Exception exception) { | 1049 void logInformation2(String message, Exception exception) { |
| 1050 } | 1050 } |
| 1051 } | 1051 } |
| OLD | NEW |