Package | Description |
---|---|
org.stekikun.dolmen.automaton |
Modifier and Type | Method and Description |
---|---|
abstract DFA.Cell.Kind |
DFA.Cell.getKind() |
DFA.Cell.Kind |
DFA.Perform.getKind() |
DFA.Cell.Kind |
DFA.Shift.getKind() |
static DFA.Cell.Kind |
DFA.Cell.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DFA.Cell.Kind[] |
DFA.Cell.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|