Class | Description |
---|---|
AutomatonState | |
DFA |
A deterministic finite automaton, with a transition table for fast incremental parsing.
|
NFA | |
Nonterminal |
An abstract superclass for all nonterminals, which are models for instantiated NFAs.
|
NTChoice | |
NTKleenePlus | |
NTKleeneStar | |
NTOptional |
Consume zero or one copies of the specified nonterminal.
|
NTSequence | |
NTTrivial | |
Transition |
Copyright © 2015. All rights reserved.