PegBaseParserDefaultNodeCreator Method |
Creates a default parse tree node.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected PegNode DefaultNodeCreator(
ECreatorPhase phase,
PegNode parentOrCreated,
int id
)
Parameters
- phase ECreatorPhase
- The creation phase.
- parentOrCreated PegNode
- The parent node or created node.
- id Int32
- The node identifier.
Return Value
PegNodeThe created node, or
when no node is created.
See Also