| Interface | Description |
|---|---|
| Literal |
Interface for classes that represent literal values.
|
| LiteralVisitor |
Visitor for
Literal. |
| Class | Description |
|---|---|
| AbstractLiteral |
Abstract basis for
Literals. |
| 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).
|
Copyright © 2018–2021. All rights reserved.