IExpression Members
A base interface for expression node.Properties
Name | Description |
---|---|
BracketsCount | Gets or sets the number of pairs of parentheses in which the expression is enclosed. |
Methods
Name | Description |
---|---|
BuildExpressionString(StringBuilder, IWorkbook, IExpressionContext) | Appends the expression string to the specified StringBuilder object. |
BuildExpressionString(StringBuilder, IWorkbook) | Appends the expression string to the specified StringBuilder object. |
Visit(IExpressionVisitor) | Calls the visitor delegate on the expression. |
See Also