Click or drag to resize

PegBaseParserGetRoot Method

Gets the root node of the parse tree.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PegNode GetRoot()

Return Value

PegNode
The root node, or .
See Also