| Interface | Description |
|---|---|
| Cfg<ELEMENT,TOKEN> |
Context-Free Grammar
|
| CfgFactory<ELEMENT,TOKEN> | |
| DirectedGraph<NODE> | |
| FollowerFunction<ELEMENT> | |
| Nfa<STATE> |
Nondeterministic State Machine
|
| NfaFactory<P extends Nfa<STATE>,STATE,TOKEN> | |
| NfaUtil.BacktrackHandler<S,RESULT> | |
| Pda<STATE,STACKITEM> |
Push-Down Automation
|
| PdaFactory<P extends Pda<STATE,STACKITEM>,STATE,STACKITEM,TOKEN> | |
| Production<ELEMENT,TOKEN> |
Production Rule
|
| ProductionFactory<ELEMENT,TOKEN> | |
| Traverser<G extends DirectedGraph<S>,S,R> |
| Enum | Description |
|---|---|
| FollowerFunctionImpl.Direction | |
| FollowerFunctionImpl.UnorderedStrategy | |
| StringProduction.ElementType | |
| StringProduction.Token |