| Package | Description |
|---|---|
| org.stekikun.dolmen.automaton |
| Modifier and Type | Field and Description |
|---|---|
List<Automata.Entry> |
Automata.automataEntries
The list of automata entries, one for each lexer rule
|
| 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
|