Document Solutions for Excel, Java Edition | Document Solutions
Inheritance Hierarchy
In This Topic
    com.grapecity.documents.excel.expressions Package
    In This Topic
    Classes
    ClassDescription
    Represents an array literal in the syntax tree.
    Represents a constant node in the syntax tree.
    Represents an empty node. This node is used when a parameter was omitted.

    This node is immutable, and the only valid value is @code:Instance .

    Represents an error literal node in the syntax tree.
    Represents a formula.
    Represents a function invocation expression in the syntax tree.
    Represents a logical literal node in the syntax tree.
    Represents a name node in the syntax tree.
    Represents a non-terminal node in the syntax tree.
    Represents a number node in the syntax tree.
    Represents an operator invocation expression in the syntax tree.
    Represents a parenthesis expression in the syntax tree.
    Contains options for converting @code:string to @code:FormulaSyntaxTree.
    Represents a reference in formula.
    Represents an reference node in the syntax tree.
    Represents a node in the syntax tree. The node can be terminal or non-terminal.
    Represents a table item in the syntax tree.
    Represents parts of a table.
    Represents a terminal node in the syntax tree.
    Represents a string literal node in the syntax tree.
    Contains options for converting @code:FormulaSyntaxTree to @code:string.
    Represents a reference to an external workbook. This class is immutable.
    Enumerations
    EnumerationDescription
    Represents formula operators.
    See Also