Click or drag to resize

PrintNodeIsLeaf Method

Determines whether the specified node is a leaf.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract bool IsLeaf(
	PegNode p
)

Parameters

p  PegNode
The node to inspect.

Return Value

Boolean
true if the node is a leaf; otherwise, false.
See Also