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

In This Topic
    SyntaxNode Class Members
    In This Topic

    The following tables list the members exposed by SyntaxNode.

    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