Click or drag to resize

PegBaseParserSetNodeCreator Method

Sets the callback used to create parse tree nodes.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetNodeCreator(
	PegBaseParserCreator nodeCreator
)

Parameters

nodeCreator  PegBaseParserCreator
The node creator callback.
See Also