Search
ParseTreeNode Members
Constructors Methods
 


Represents a node in a parse tree.

The following tables list the members exposed by the ParseTreeNode type.

 Public Constructors

  Name Description

ParseTreeNode

Overloaded. Initializes a new instance of the ParseTreeNode class.

 Public Methods

  Name Description

accept

 

getChildren

Gets the list with all children of this node.

getEnclosed

Gets a value indicating whether this node was originally enclosed in braces.

getToken

Gets the underlying token.

setEnclosed

Sets a value indicating whether this node was originally enclosed in braces.

 See Also