| Calitha GOLD Parser Engine Documentation |
|
com.calitha.goldparser.dfa Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
DFA
|
Implementation of a Deterministic Finite Automata. |
|
EndState
|
A specific type of DFA state. When the current state of the DFA is an EndState, then it means the input so far can be a token. |
|
State
|
DFA State. |
|
StateCollection
|
Type-safe list for DFA states. |
|
Transition
|
A transition (edge) between DFA states. The source and target state can be the same. |
|
TransitionCollection
|
A type-safe list of transitions. |
Interfaces
| Interface |
Description |
|
IDFA
|
The interface for the Deterministic Finite Automata |