| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/PropertyAccessorElement.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/PropertyAccessorElement.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/PropertyAccessorElement.java
|
| index 6ce9f5169ba95323b91751872870b8ad4b0d58b0..feb6dbe8f1462d58a51793379e528482e5f2b591 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/PropertyAccessorElement.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/PropertyAccessorElement.java
|
| @@ -40,6 +40,14 @@ public interface PropertyAccessorElement extends ExecutableElement {
|
| public PropertyInducingElement getVariable();
|
|
|
| /**
|
| + * Return {@code true} if this accessor is abstract. Accessors are abstract if they are not
|
| + * external and have no body.
|
| + *
|
| + * @return {@code true} if this accessor is abstract
|
| + */
|
| + public boolean isAbstract();
|
| +
|
| + /**
|
| * Return {@code true} if this accessor represents a getter.
|
| *
|
| * @return {@code true} if this accessor represents a getter
|
|
|