| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartVariableDeclaration.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartVariableDeclaration.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartVariableDeclaration.java
|
| index 114acf4eeef7e1fc5a9f6d9ec6d7bb06d5abcd7d..e09fda9d3f3a60b3cee886685171bfe45620c12e 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartVariableDeclaration.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartVariableDeclaration.java
|
| @@ -30,6 +30,11 @@ public interface DartVariableDeclaration extends CompilationUnitElement, SourceR
|
| public String getTypeName() throws DartModelException;
|
|
|
| /**
|
| + * @return the {@link SourceRange} in which this variable is visible.
|
| + */
|
| + public SourceRange getVisibleRange() throws DartModelException;
|
| +
|
| + /**
|
| * Return <code>true</code> if this variable is global (defined at the top-level of a compilation
|
| * unit).
|
| *
|
|
|