DynGenPar
Dynamic Generalized Parser
|
component of a PMCFG function, a sequence of terms More...
Public Member Functions | |
Sequence () | |
Sequence (const NextTokenConstraints &ntc) | |
Sequence (const QList< Term > &list) | |
Sequence (const QList< Term > &list, const NextTokenConstraints &ntc) | |
Sequence & | operator+= (const QList< Term > &other) |
Sequence & | operator+= (const Term &value) |
Sequence & | operator<< (const QList< Term > &other) |
Sequence & | operator<< (const Term &value) |
void | add (const Term &value) |
Java-style (for consistency, even though append is detected here) More... | |
QList< Term > & | toList () |
for bindings More... | |
Public Attributes | |
NextTokenConstraints | nextTokenConstraints |
component of a PMCFG function, a sequence of terms
Definition at line 976 of file dyngenpar.h.
|
inline |
Definition at line 980 of file dyngenpar.h.
|
inlineexplicit |
Definition at line 981 of file dyngenpar.h.
Definition at line 983 of file dyngenpar.h.
|
inline |
Definition at line 985 of file dyngenpar.h.
|
inline |
Java-style (for consistency, even though append is detected here)
Definition at line 1004 of file dyngenpar.h.
Definition at line 987 of file dyngenpar.h.
Definition at line 991 of file dyngenpar.h.
Definition at line 995 of file dyngenpar.h.
Definition at line 999 of file dyngenpar.h.
for bindings
Definition at line 1008 of file dyngenpar.h.
NextTokenConstraints DynGenPar::Sequence::nextTokenConstraints |
Definition at line 978 of file dyngenpar.h.