|
Class Summary |
| AcceptAction<T,P,V> |
Accept action class. |
| Action<T,P,V> |
Parser actions (shift/reduce/accept/error) super-class. |
| Actions |
|
| BranchAction<T,P,V> |
|
| DefaultParserErrorRecoveryPolicy<T,N,P,V> |
Error recover policy that try to recover ... |
| DefaultParserWarningReporter<T,N,P,V> |
|
| EnterAction<T,P,V> |
Enter in a sub parser action class. |
| ErrorAction<T,P,V> |
|
| ExitAction<T,P,V> |
Exit out a sub parser action class. |
| LookaheadMap<T,V> |
Map each parser state with the set of terminals the parser that will
not lead to an error from this state. |
| Parser<T,N,P,V> |
Tatoo parser class. |
| ParserErrorRecoveryPolicy<T,N,P,V> |
Error recovery policy of the parser. |
| ParserTable<T,N,P,V> |
Action table associated with a grammar. |
| ReduceAction<T,P,V> |
Reduce action class. |
| ShiftAction<T,P,V> |
Shift action class. |
| StateMetadata<T,N,P,V> |
Data associated to a state of the parsing table. |
| VersionedAction<T,P,V> |
Action that behaves differently depending of the
version of the grammar. |