Package | Description |
---|---|
org.stekikun.dolmen.automaton |
Modifier and Type | Field and Description |
---|---|
@Nullable DFA.MemMap |
DFA.State.finisher
The memory map associated to the final action
or
null if the state isn't final |
Modifier and Type | Field and Description |
---|---|
Map<Integer,DFA.MemMap> |
DFA.State.others
Maps character sets indices to memory maps.
|
Modifier and Type | Method and Description |
---|---|
DFA.State |
DFA.State.withLocs(int n,
DFA.MemMap newMmap) |