DynGenPar
Dynamic Generalized Parser
Public Member Functions | Public Attributes
DynGenPar::PmcfgComponentInfo Struct Reference

attached to the parse trees as rule labels to allow obtaining syntax trees More...

List of all members.

Public Member Functions

 PmcfgComponentInfo ()
 PmcfgComponentInfo (const Rule &rule)

Public Attributes

Rule pmcfgRule
QVector< QVector< int > > argPositions

Detailed Description

attached to the parse trees as rule labels to allow obtaining syntax trees

Definition at line 971 of file dyngenpar.h.


Constructor & Destructor Documentation

DynGenPar::PmcfgComponentInfo::PmcfgComponentInfo ( ) [inline]

Definition at line 972 of file dyngenpar.h.

DynGenPar::PmcfgComponentInfo::PmcfgComponentInfo ( const Rule rule) [inline]

Definition at line 973 of file dyngenpar.h.


Member Data Documentation

must be the same size as pmcfgRule (even if the last arguments are not used)

Definition at line 976 of file dyngenpar.h.

Definition at line 975 of file dyngenpar.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines