Click or drag to resize

PegNode(PegNode, Int32, PegBegEnd) Constructor

Initializes a new instance of the PegNode class.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PegNode(
	PegNode parent,
	int id,
	PegBegEnd match
)

Parameters

parent  PegNode
The parent node.
id  Int32
The node identifier.
match  PegBegEnd
The matched source range.
See Also