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

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

Issue 9703096: Remove Element.getNode() method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes for review comments 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/Element.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/Element.java b/compiler/java/com/google/dart/compiler/resolver/Element.java
index 087a324089875fef88af45a0c40a00d92d22f664..ba00ec61e87b148ae6a4ca6f5a1b1bf2ee62bb82 100644
--- a/compiler/java/com/google/dart/compiler/resolver/Element.java
+++ b/compiler/java/com/google/dart/compiler/resolver/Element.java
@@ -4,7 +4,6 @@
package com.google.dart.compiler.resolver;
-import com.google.dart.compiler.ast.DartNode;
import com.google.dart.compiler.ast.Modifiers;
import com.google.dart.compiler.common.HasSourceInfo;
import com.google.dart.compiler.common.SourceInfo;
@@ -13,8 +12,6 @@ import com.google.dart.compiler.type.Type;
public interface Element extends HasSourceInfo {
String getOriginalName();
- DartNode getNode();
-
String getName();
ElementKind getKind();

Powered by Google App Engine
This is Rietveld 408576698