[]
        
(Showing Draft Content)

TerminalNode

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

public abstract class TerminalNode extends SyntaxNode
Represents a terminal node in the syntax tree.
  • Constructor Details

    • TerminalNode

      public TerminalNode()
  • Method Details

    • getChildren

      public final List<SyntaxNode> getChildren()
      The value of this property is always an empty read-only list.
      Specified by:
      getChildren in class SyntaxNode
      Returns:
      A list containing the child nodes of this SyntaxNode.