Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 743543002: Extract incremental resolver classes into separate files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/incremental_resolver.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // This code was auto-generated, is not intended to be edited, and is subject to 5 // This code was auto-generated, is not intended to be edited, and is subject to
6 // significant change. Please see the README file for more information. 6 // significant change. Please see the README file for more information.
7 7
8 library engine; 8 library engine;
9 9
10 import "dart:math" as math; 10 import "dart:math" as math;
11 import 'dart:collection'; 11 import 'dart:collection';
12 12
13 import 'package:analyzer/src/task/task_dart.dart'; 13 import 'package:analyzer/src/task/task_dart.dart';
14 14
15 import 'ast.dart'; 15 import 'ast.dart';
16 import 'constant.dart'; 16 import 'constant.dart';
17 import 'element.dart'; 17 import 'element.dart';
18 import 'error.dart'; 18 import 'error.dart';
19 import 'error_verifier.dart'; 19 import 'error_verifier.dart';
20 import 'html.dart' as ht; 20 import 'html.dart' as ht;
21 import 'incremental_resolver.dart' show IncrementalResolver;
21 import 'instrumentation.dart'; 22 import 'instrumentation.dart';
22 import 'java_core.dart'; 23 import 'java_core.dart';
23 import 'java_engine.dart'; 24 import 'java_engine.dart';
24 import 'parser.dart' show Parser, IncrementalParser; 25 import 'parser.dart' show Parser, IncrementalParser;
25 import 'resolver.dart'; 26 import 'resolver.dart';
26 import 'scanner.dart'; 27 import 'scanner.dart';
27 import 'sdk.dart' show DartSdk; 28 import 'sdk.dart' show DartSdk;
28 import 'source.dart'; 29 import 'source.dart';
29 import 'utilities_collection.dart'; 30 import 'utilities_collection.dart';
30 import 'utilities_general.dart'; 31 import 'utilities_general.dart';
(...skipping 14657 matching lines...) Expand 10 before | Expand all | Expand 10 after
14688 14689
14689 @override 14690 @override
14690 Object visitPolymerTagDartElement(PolymerTagDartElement element) { 14691 Object visitPolymerTagDartElement(PolymerTagDartElement element) {
14691 if (element.name == PolymerHtmlUnitBuilder_this._elementName) { 14692 if (element.name == PolymerHtmlUnitBuilder_this._elementName) {
14692 throw new PolymerHtmlUnitBuilder_FoundTagDartElementError( 14693 throw new PolymerHtmlUnitBuilder_FoundTagDartElementError(
14693 element as PolymerTagDartElementImpl); 14694 element as PolymerTagDartElementImpl);
14694 } 14695 }
14695 return null; 14696 return null;
14696 } 14697 }
14697 } 14698 }
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/incremental_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698