Name | Description | |
---|---|---|
FormulaSyntaxTree Constructor |
The following tables list the members exposed by FormulaSyntaxTree.
Name | Description | |
---|---|---|
FormulaSyntaxTree Constructor |
Name | Description | |
---|---|---|
clone | Creates a copy of the @code:FormulaSyntaxTree instance. | |
equals | Determines whether the current FormulaSyntaxTree object is equal to another object. | |
getRoot | Gets the root element of the syntax tree for this formula. | |
hashCode | Returns the hash code for the FormulaSyntaxTree object. | |
Parse | Overloaded. Creates a new @code:FormulaSyntaxTree from a @code:string. | |
setRoot | Sets the root element of the syntax tree for this formula.
The root @code:SyntaxNode of the formula syntax tree. | |
toString | Overloaded. Returns the text for this formula. |