| AbstractLiteral |
|
| BigDecimalLiteral |
This class represents BigDecimal literals.
|
| BooleanLiteral |
This class represents boolean literals (read "true" and "false")
|
| DoubleLiteral |
This class represents double literals.
|
| FloatLiteral |
This class represents float literals.
|
| IntegerLiteral |
This class represents integer literals.
|
| LongLiteral |
This class represents long literals.
|
| NullLiteral |
This class represents a null literal.
|
| StringLiteral |
This class represents string literals (or character literals in SQL terms).
|