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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/ClassElement.java

Issue 9692002: Step back and remove more getNode() invocations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
Index: compiler/java/com/google/dart/compiler/resolver/ClassElement.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ClassElement.java b/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
index a19cfd56fa716a449c3758a54cdd00522d0340d0..698893bb74a5c1d9c6a335eabc28ed3ce4086e6c 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
@@ -33,6 +33,12 @@ public interface ClassElement extends EnclosingElement {
throws CyclicDeclarationException, DuplicatedInterfaceException;
String getNativeName();
+
+ /**
+ * FIXME(scheglov) We use this in {@link Resolver} to check that "factory" clause is exactly
+ * same as declaration of factory class.
+ */
+ String getDeclarationNameWithTypeParameters();
boolean isObject();

Powered by Google App Engine
This is Rietveld 408576698