Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / SyntaxNode Class

In This Topic
    SyntaxNode Class Methods
    In This Topic

    For a list of all members of this type, see SyntaxNode members.

    Public Methods
     NameDescription
    Public MethodClones the syntax node if the node is mutable.  
    Public MethodChecks whether the @code:SyntaxNode equal to another.  
    Public MethodGets children of a non-terminal node. Elements are not nullable.  
    Public MethodThis object doesn't support getting hash code, because all fields are mutable.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context.  
    Public MethodOverloaded. Returns the formula text for this node, optionally specifying context.  
    Top
    See Also