The INode type exposes the following members.

Methods

  Name Description
GetName
Return the name associated with the node (if any).
GetOperator
Return the operator associated with a Node (if any)
GetPFMC
Return the pfmc of a node (if any)
JjtAccept
Accept the visitor.
JjtAddChild
This method tells the node to add its argument to the node's list of children.
JjtClose
This method is called after all the child nodes have been added.
JjtGetChild
This method returns a child node. The children are numbered from zero, left to right.
JjtGetNumChildren
Return the number of children the node has.
JjtGetParent
JjtOpen
This method is called after the node has been made the current node. It indicates that child nodes can now be added to it.
JjtSetParent
This pair of methods are used to inform the node of its parent.

See Also