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

Unified Diff: pkg/compiler/lib/src/scanner/scannerlib.dart

Issue 1132783002: Add Accessor, Getter, and Setter elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 5 years, 7 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 | « pkg/compiler/lib/src/scanner/listener.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/scanner/scannerlib.dart
diff --git a/pkg/compiler/lib/src/scanner/scannerlib.dart b/pkg/compiler/lib/src/scanner/scannerlib.dart
index 7543bb5bdd859900d4f74e5b9de28cf3e5be7bba..7b6ebb7858a5ef2f2066f91a4f85ef6d6d1544b3 100644
--- a/pkg/compiler/lib/src/scanner/scannerlib.dart
+++ b/pkg/compiler/lib/src/scanner/scannerlib.dart
@@ -10,6 +10,7 @@ import '../dart_types.dart' show DynamicType;
import '../elements/elements.dart';
import '../elements/modelx.dart' show
+ BaseFunctionElementX,
ClassElementX,
CompilationUnitElementX,
ConstructorElementX,
@@ -17,9 +18,12 @@ import '../elements/modelx.dart' show
ElementX,
EnumClassElementX,
FieldElementX,
- FunctionElementX,
+ GetterElementX,
+ MethodElementX,
+ LibraryElementX,
MetadataAnnotationX,
MixinApplicationElementX,
+ SetterElementX,
TypedefElementX,
VariableElementX,
VariableList;
« no previous file with comments | « pkg/compiler/lib/src/scanner/listener.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698