Click or drag to resize

PegBaseParserDefaultNodeCreator Method

Creates a default parse tree node.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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

PegNode
The created node, or when no node is created.
See Also