| 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 24066adf1b47547e4b7a472d06ecfb30cad68fa2..2217604fe3367ffffbb4f3ec19438a788ab4a214 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
|
| @@ -66,6 +66,13 @@ public interface PropertyAccessorElement extends ExecutableElement {
|
| public boolean isAbstract();
|
|
|
| /**
|
| + * Return {@code true} if this setter for final variable, so it causes warning when used.
|
| + *
|
| + * @return {@code true} if this accessor is excluded setter
|
| + */
|
| + public boolean isExcludedSetter();
|
| +
|
| + /**
|
| * Return {@code true} if this accessor represents a getter.
|
| *
|
| * @return {@code true} if this accessor represents a getter
|
|
|