PegBaseParserSetNodeCreator Method |
Sets the callback used to create parse tree nodes.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetNodeCreator(
PegBaseParserCreator nodeCreator
)
Parameters
- nodeCreator PegBaseParserCreator
- The node creator callback.
See Also