Package | Description |
---|---|
org.stekikun.dolmen.automaton |
Modifier and Type | Field and Description |
---|---|
static DFA.GotoAction |
DFA.GotoAction.BACKTRACK
Special back-tracking action
|
DFA.GotoAction |
DFA.TransActions.gotoAction
The kind of shift performed in this transition
|
Modifier and Type | Method and Description |
---|---|
static DFA.GotoAction |
DFA.GotoAction.Goto(int n) |
Constructor and Description |
---|
TransActions(DFA.GotoAction gotoAction,
List<DFA.MemAction> memActions) |