@NonNullByDefault
| Class | Description |
|---|---|
| BinaryOperatorExpression |
Represents an expression of type
ExpressionTypes.BINARY_OPERATOR. |
| ConditionalExpression |
Represents an expression of type
ExpressionTypes.CONDITIONAL. |
| Expression |
Represents an expression.
|
| GetValueForTagExpression |
Represents an expression of type
ExpressionTypes.GET_VALUE_FOR_TAG. |
| RunFunctionExpression |
Represents an expression of type
ExpressionTypes.RUN_FUNCTION. |
| UnaryOperatorExpression |
Represents an expression of type
ExpressionTypes.UNARY_OPERATOR. |