public class ASTNode$State extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ASTNode$State.CircularValue |
Modifier and Type | Field and Description |
---|---|
int |
boundariesCrossed |
boolean |
CHANGE |
int |
CIRCLE_INDEX |
protected int |
duringAnnotations |
protected int |
duringAnonymousClasses |
protected int |
duringBoundNames |
protected int |
duringDU |
protected int |
duringEnums |
protected int |
duringGenericTypeVariables |
protected int |
duringImplicitConstructor |
protected int |
duringLiterals |
protected int |
duringNameResolution |
protected int |
duringSyntacticClassification |
protected int |
duringVariableDeclarationTransformation |
boolean |
IN_CIRCLE |
Options |
options |
int |
replacePos |
boolean |
RESET_CYCLE |
static int |
REWRITE_CHANGE |
static int |
REWRITE_INTERRUPT |
static int |
REWRITE_NOCHANGE |
Constructor and Description |
---|
ASTNode$State() |
public boolean IN_CIRCLE
public int CIRCLE_INDEX
public boolean CHANGE
public boolean RESET_CYCLE
public static final int REWRITE_CHANGE
public static final int REWRITE_NOCHANGE
public static final int REWRITE_INTERRUPT
public int boundariesCrossed
public Options options
public int replacePos
protected int duringImplicitConstructor
protected int duringBoundNames
protected int duringNameResolution
protected int duringSyntacticClassification
protected int duringAnonymousClasses
protected int duringVariableDeclarationTransformation
protected int duringLiterals
protected int duringDU
protected int duringAnnotations
protected int duringEnums
protected int duringGenericTypeVariables
Copyright © 2020 Sable. All rights reserved.