| 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();
|
| }
|
|
|