PegBaseParserTreeAST(Int32, PegBaseParserMatcher) Method |
Matches an abstract syntax tree node and stores it in the parse tree.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TreeAST(
int nRuleId,
PegBaseParserMatcher toMatch
)
Parameters
- nRuleId Int32
- The rule identifier.
- toMatch PegBaseParserMatcher
- The matcher to execute.
Return Value
Booleantrue if the match succeeds; otherwise,
false.
See Also