Click or drag to resize

PegBaseParserTreeAST(PegBaseParserMatcher) Method

Matches an anonymous abstract syntax tree node and stores it in the parse tree.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TreeAST(
	PegBaseParserMatcher toMatch
)

Parameters

toMatch  PegBaseParserMatcher
The matcher to execute.

Return Value

Boolean
true if the match succeeds; otherwise, false.
See Also