This pair of methods are used to inform the node of its parent.
Namespace:
SingularSys.Jep.ParserAssembly: 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 ) |