Modifier and Type | Field and Description |
---|---|
int |
action
The final action to remember, if >= 0
|
static DFA.Remember |
NOTHING
When nothing need to be remembered
|
List<DFA.TagAction> |
tagActions
The tag actions associated to
action |
Constructor and Description |
---|
Remember(int action,
List<DFA.TagAction> tagActions)
Remember the final action and its associated tag actions
|
public final int action
public final List<DFA.TagAction> tagActions
action
public static final DFA.Remember NOTHING
public Remember(int action, List<DFA.TagAction> tagActions)
action
- tagActions
-