@NonNullByDefault
| Class | Description |
|---|---|
| BooleanLiteralExpression |
Represents an expression of type
ExpressionTypes.BOOLEAN_LITERAL. |
| DoubleLiteralExpression |
Represents an expression of type
ExpressionTypes.DOUBLE_LITERAL. |
| StringLiteralExpression |
Represents an expression of type
ExpressionTypes.STRING_LITERAL. |