| Index: compiler/java/com/google/dart/compiler/ErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/ErrorCode.java b/compiler/java/com/google/dart/compiler/ErrorCode.java
|
| index 4305b82f41ab6ee9dff8fd74cf7a4771be94a4fe..5662c3cb0c2776a28fe21d74e8a3be4afeeadf4a 100644
|
| --- a/compiler/java/com/google/dart/compiler/ErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/ErrorCode.java
|
| @@ -22,4 +22,10 @@ public interface ErrorCode {
|
| * @return the {@link SubSystem} which issued this error.
|
| */
|
| SubSystem getSubSystem();
|
| +
|
| + /**
|
| + * @return <code>true</code> if this {@link ErrorCode} should cause recompilation of the source
|
| + * during next incremental compilation.
|
| + */
|
| + boolean needsRecompilation();
|
| }
|
|
|