final class RecentChange extends java.lang.Object implements CodeChangeHandler
Modifier and Type | Field and Description |
---|---|
private boolean |
hasChanged |
Constructor and Description |
---|
RecentChange() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasCodeChanged() |
void |
reportChange()
Report a change to some unspecified node of the AST.
|
void |
reset() |
public void reportChange()
CodeChangeHandler
reportChange
in interface CodeChangeHandler
public boolean hasCodeChanged()
public void reset()