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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ImportElement.java

Issue 15741017: Issue 8365. Report error when user library imports an internal SDK library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ImportElement.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ImportElement.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ImportElement.java
index a0f95acee8e58a327a0323e19fa5e28a2c0ec02b..9497fe38be2f010f82e7448916e996cdd5695ca2 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ImportElement.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ImportElement.java
@@ -47,4 +47,11 @@ public interface ImportElement extends Element {
* @return the prefix that was specified as part of the import directive
*/
public PrefixElement getPrefix();
+
+ /**
+ * Return the URI that was is specified by this import directive.
+ *
+ * @return the URI that was is specified by this import directive.
+ */
+ public String getUri();
}
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698