Modifier and Type | Field and Description |
---|---|
static DFA.TransActions |
BACKTRACK
A special singleton to represent transitions
backtracking to a previously remembered final state
|
DFA.GotoAction |
gotoAction
The kind of shift performed in this transition
|
List<DFA.MemAction> |
memActions
The associated memory actions to perform
|
Constructor and Description |
---|
TransActions(DFA.GotoAction gotoAction,
List<DFA.MemAction> memActions) |
public final DFA.GotoAction gotoAction
public final List<DFA.MemAction> memActions
public static final DFA.TransActions BACKTRACK
public TransActions(DFA.GotoAction gotoAction, List<DFA.MemAction> memActions)
gotoAction
- memActions
-