DynGenPar
Dynamic Generalized Parser
|
attached to the parse trees as rule labels to allow obtaining syntax trees More...
Public Member Functions | |
PmcfgComponentInfo () | |
PmcfgComponentInfo (const Rule &rule) | |
Public Attributes | |
Rule | pmcfgRule |
QVector< QVector< int > > | argPositions |
attached to the parse trees as rule labels to allow obtaining syntax trees
Definition at line 1113 of file dyngenpar.h.
|
inline |
Definition at line 1114 of file dyngenpar.h.
|
inline |
Definition at line 1115 of file dyngenpar.h.
QVector<QVector<int> > DynGenPar::PmcfgComponentInfo::argPositions |
must be the same size as pmcfgRule (even if the last arguments are not used)
Definition at line 1118 of file dyngenpar.h.
Rule DynGenPar::PmcfgComponentInfo::pmcfgRule |
Definition at line 1117 of file dyngenpar.h.