This pair of methods are used to inform the node of its parent.

Namespace:  SingularSys.Jep.Parser
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
void JjtSetParent(
	INode n
)
Visual Basic (Declaration)
Sub JjtSetParent ( _
	n As INode _
)
Visual C++
void JjtSetParent(
	INode^ n
)

See Also