This method tells the node to add its argument to the node's list of children.

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

Syntax

C#
void JjtAddChild(
	INode n,
	int i
)
Visual Basic (Declaration)
Sub JjtAddChild ( _
	n As INode, _
	i As Integer _
)
Visual C++
void JjtAddChild(
	INode^ n, 
	int i
)

See Also