| Package | Description |
|---|---|
| org.stekikun.dolmen.automaton |
| Modifier and Type | Class and Description |
|---|---|
static class |
DFA.Perform
Accepts the input by performing some semantic
action and the associated finisher list
|
static class |
DFA.Shift
Shifts to another state of the automaton, potentially
performing some side-effects
|
| Modifier and Type | Field and Description |
|---|---|
DFA.Cell[] |
Automata.automataCells
The cells of the various automata implementing the rules
|
| Constructor and Description |
|---|
Automata(List<Located<String>> imports,
Extent header,
Extent footer,
List<Automata.Entry> automataEntries,
DFA.Cell[] automataCells)
Builds the automata from the given entries and cells
|