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

Unified Diff: pkg/compiler/lib/src/elements/elements.dart

Issue 2810683002: Use entities in Selector methods (Closed)
Patch Set: Created 3 years, 8 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/elements/common.dart ('k') | pkg/compiler/lib/src/elements/entities.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index 4316c2a22451edd0209706d909214b1043de6a66..a7373cb59bdb535706472f54c42a6fe5df2aa0cb 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -1676,8 +1676,8 @@ abstract class ClassElement extends TypeDeclarationElement
///
/// This method recursively visits superclasses until the member is found or
/// [stopAt] is reached.
- Element lookupByName(Name memberName, {ClassElement stopAt});
- Element lookupSuperByName(Name memberName);
+ MemberElement lookupByName(Name memberName, {ClassElement stopAt});
+ MemberElement lookupSuperByName(Name memberName);
Element lookupLocalMember(String memberName);
Element lookupBackendMember(String memberName);
« no previous file with comments | « pkg/compiler/lib/src/elements/common.dart ('k') | pkg/compiler/lib/src/elements/entities.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698