|
DynGenPar
Dynamic Generalized Parser
|

Public Member Functions | |
| ListTokenSource () | |
| virtual | ~ListTokenSource () |
| virtual bool | rewindTo (int pos, const LexerState &=LexerState()) |
| overridden because lists can be rewound | |
Public Attributes | |
| QList< Cat > | inputTokens |
Protected Member Functions | |
| virtual Cat | readToken () |
| just fetch the next token from the list | |
Definition at line 770 of file dyngenpar.h.
| DynGenPar::ListTokenSource::ListTokenSource | ( | ) | [inline] |
Definition at line 772 of file dyngenpar.h.
| virtual DynGenPar::ListTokenSource::~ListTokenSource | ( | ) | [inline, virtual] |
Definition at line 773 of file dyngenpar.h.
| virtual Cat DynGenPar::ListTokenSource::readToken | ( | ) | [inline, protected, virtual] |
just fetch the next token from the list
Implements DynGenPar::TokenSource.
Definition at line 781 of file dyngenpar.h.
| virtual bool DynGenPar::ListTokenSource::rewindTo | ( | int | pos, |
| const LexerState & | = LexerState() |
||
| ) | [inline, virtual] |
overridden because lists can be rewound
Reimplemented from DynGenPar::TokenSource.
Definition at line 776 of file dyngenpar.h.
Definition at line 774 of file dyngenpar.h.
1.7.4