DynGenPar
Dynamic Generalized Parser
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NDynGenPar
 CAbstractLexerStateDataAPI for stateful lexers to save their state for rewinding
 CActionInterface for parser actions
 CActionDeserializerInterface for parser action deserializers
 CActionInfoData passed to parser actions
 CAlternative
 CByteTokenSource
 CCfgAn object representing a CFG (or a PMCFG in our internal representation)
 CConstrainedMultiPredictionMulti-token predictions with next token constraints
 CFlexLexerTokenSource
 CFullRuleFull rule as found in the initial graph
 CFunctionPMCFG function
 CLexerState
 CListTokenSource
 CMatch(possibly partial) match
 CMultiPredictionMulti-token predictions
 CNextTokenConstraintsRule constraints affecting the next token, for scannerless parsing
 CNodeNode in the parse tree
 CParserMain class
 CParseStateParse state struct, for bindings
 CPgfRepresentation of the information in .pgf files in a format we can process
 CPgfParserParser for PGF grammars
 CPmcfgPMCFG
 CPmcfgComponentInfoAttached to the parse trees as rule labels to allow obtaining syntax trees
 CPseudoCatScope
 CPseudoCatScopeData
 CRule
 CSequenceComponent of a PMCFG function, a sequence of terms
 CStackItem
 CStackItemData
 CStackItemType0Type 0 item: during match, we're waiting for a token to shift
 CStackItemType1Type 1 item: during type 0 item processing, we're executing a reduce
 CStackItemType2Type 2 item: during reduce, we're recursively executing another reduce
 CStackItemType3Type 3 item: during matchRemaining, we're executing a match
 CStackItemType4Type 4 item: during reduce, we're executing a matchRemaining
 CStackItemType5Type 5 item: during match (of an MCFG constraint), we're executing a matchRemaining
 CStackItemType6Type 6 item: during match, we're matching a P constraint
 CTermTerm in the expression of a component of a PMCFG function
 CTextByteLexerStateDataYou should not have to use this class directly, ever
 CTextByteTokenSource
 CTextPositionText position
 CTokenSource
 CQList
 CQSharedData