Name | Description | |
---|---|---|
clone | Clones the syntax node if the node is mutable. | |
equals | Checks whether the @code:SyntaxNode equal to another. | |
getChildren | Gets children of a non-terminal node. Elements are not nullable. | |
hashCode | This object doesn't support getting hash code, because all fields are mutable. | |
Parse | Overloaded. Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. | |
toString | Overloaded. Returns the formula text for this node, optionally specifying context. |