DynGenPar
Dynamic Generalized Parser
|
multi-token predictions More...
Public Member Functions | |
MultiPrediction () | |
dummy default constructor for bindings More... | |
MultiPrediction (const QList< Cat > &fullLit, CatArg c) | |
bool | operator== (const MultiPrediction &other) const |
needed for QList, QMultiHash More... | |
Public Attributes | |
QList< Cat > | fullLiteral |
the entire literal completed by the prediction More... | |
Cat | cat |
the nonterminal generating the literal More... | |
multi-token predictions
Definition at line 217 of file dyngenpar.h.
|
inline |
dummy default constructor for bindings
Definition at line 219 of file dyngenpar.h.
Definition at line 220 of file dyngenpar.h.
|
inline |
needed for QList, QMultiHash
Definition at line 226 of file dyngenpar.h.
Cat DynGenPar::MultiPrediction::cat |
the nonterminal generating the literal
Definition at line 223 of file dyngenpar.h.
the entire literal completed by the prediction
Definition at line 222 of file dyngenpar.h.