Class TerminalNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.TerminalNode
- Direct Known Subclasses:
ConstNode,EmptyNode,NameNode,ReferenceNode,TableItemNode
Represents a terminal node in the syntax tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List<SyntaxNode>The value of this property is always an empty read-only list.
-
Constructor Details
-
TerminalNode
public TerminalNode()
-
-
Method Details
-
getChildren
The value of this property is always an empty read-only list.- Specified by:
getChildrenin classSyntaxNode- Returns:
- A list containing the child nodes of this SyntaxNode.
-