[]
Represents a formula.
public class FormulaSyntaxTree : ICloneable
Public Class FormulaSyntaxTree
Implements ICloneable
Name | Description |
---|---|
FormulaSyntaxTree() | Initializes a new instance of the FormulaSyntaxTree class. |
Name | Description |
---|---|
Root | Gets the root element of the syntax tree for this formula. |
Name | Description |
---|---|
Clone() | Creates a copy of the FormulaSyntaxTree instance. |
Equals(object) | Checks whether the FormulaSyntaxTree equal to another. |
GetHashCode() | This object doesn't support getting hash code, because all fields are mutable. |
Parse(string) | Creates a new FormulaSyntaxTree from a string. |
Parse(string, ParseContext) | Creates a new FormulaSyntaxTree from a string. |
ToString() | Returns the text for this formula. |
ToString(UnParseContext) | Returns the text for this formula, optionally specifies the formatting behavior. |