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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart

Issue 561233005: Add ElementX.declarationSite. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r40311. Created 6 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/scanner/listener.dart ('k') | dart/site/try/poi/diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart b/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
index 88d7eba72fcbd59b760c177255237f51aacd7f28..366c709ed07b24c001f4d7c02291bd9d9eb24b63 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart
@@ -8,17 +8,20 @@ import 'dart:collection' show IterableBase, HashSet;
import '../dart_types.dart' show DynamicType;
import '../elements/elements.dart';
-import '../elements/modelx.dart'
- show ElementX,
- ConstructorElementX,
- FunctionElementX,
- TypedefElementX,
- VariableElementX,
- FieldElementX,
- VariableList,
- ClassElementX,
- MetadataAnnotationX,
- MixinApplicationElementX;
+
+import '../elements/modelx.dart' show
+ ClassElementX,
+ ConstructorElementX,
+ DeclarationSite,
+ ElementX,
+ FieldElementX,
+ FunctionElementX,
+ MetadataAnnotationX,
+ MixinApplicationElementX,
+ TypedefElementX,
+ VariableElementX,
+ VariableList;
+
import '../elements/visitor.dart'
show ElementVisitor;
import '../dart2jslib.dart';
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/scanner/listener.dart ('k') | dart/site/try/poi/diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698