[]
The class representing an operation involving instances of IExpression
public class OperationExpression : IExpression
Name | Description |
---|---|
OperationExpression() |
Name | Description |
---|---|
OperationType | The Type of the operation |
Operator | The textual representation of the operator |
SubExpressions | The IExpression children that made this IExpression |
Type | The type of the expression |