Package | Description |
---|---|
org.stekikun.dolmen.automaton | |
org.stekikun.dolmen.codegen | |
org.stekikun.dolmen.syntax | |
org.stekikun.dolmen.tagged | |
org.stekikun.dolmen.unparam |
Modifier and Type | Class and Description |
---|---|
static class |
DFA.Cell
Describes the actual behavior of one cell of
the automaton, i.e. either performing some
final action or shifting to another state
according to a transition table.
|
Modifier and Type | Class and Description |
---|---|
class |
DecisionTree
An instance of
DecisionTree describes the transition table
for a lexer Automata cell, i.e. the shifting action
to take with respect to the next character read from the input stream. |
Modifier and Type | Class and Description |
---|---|
static class |
PProduction.Item
The base class for production items.
|
class |
Regular
Instances of
Regular represent concrete
regular expressions. |
Modifier and Type | Class and Description |
---|---|
class |
TRegular
Instances of
TRegular represent tagged
regular expressions. |
Modifier and Type | Class and Description |
---|---|
static class |
Production.Item
The base class for production items.
|