|
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) | |
| QList< Term > & | toList () |
| for bindings | |
Public Attributes | |
| NextTokenConstraints | nextTokenConstraints |
component of a PMCFG function, a sequence of terms
Definition at line 837 of file dyngenpar.h.
| DynGenPar::Sequence::Sequence | ( | ) | [inline] |
Definition at line 841 of file dyngenpar.h.
| DynGenPar::Sequence::Sequence | ( | const NextTokenConstraints & | ntc | ) | [inline, explicit] |
Definition at line 842 of file dyngenpar.h.
Definition at line 844 of file dyngenpar.h.
| DynGenPar::Sequence::Sequence | ( | const QList< Term > & | list, |
| const NextTokenConstraints & | ntc | ||
| ) | [inline] |
Definition at line 846 of file dyngenpar.h.
| void DynGenPar::Sequence::add | ( | const Term & | value | ) | [inline] |
Java-style (for consistency, even though append is detected here)
Definition at line 865 of file dyngenpar.h.
Definition at line 848 of file dyngenpar.h.
Definition at line 852 of file dyngenpar.h.
Definition at line 860 of file dyngenpar.h.
Definition at line 856 of file dyngenpar.h.
for bindings
Definition at line 869 of file dyngenpar.h.
Definition at line 839 of file dyngenpar.h.
1.7.4