Determines whether the specified node is a leaf.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool IsLeaf(
PegNode p
)
Parameters
- p PegNode
- The node to inspect.
Return Value
Booleantrue if the node is a leaf; otherwise,
false.
See Also