interface |
BooleanLiteral
Literal subinterface for boolean literals.
|
interface |
ByteLiteral
Literal subinterface for byte literals.
|
interface |
CharLiteral
Literal subinterface for char literals.
|
interface |
ClassLiteral
Literal subinterface for class literals.
|
interface |
DoubleLiteral
Literal subinterface for double literals.
|
interface |
False
Literal subinterface for false .
|
interface |
FloatLiteral
Literal subinterface for float literals.
|
interface |
IntLiteral
Literal subinterface for int literals.
|
interface |
LongLiteral
Literal subinterface for long literals.
|
interface |
Null
Literal subinterface for the null literal.
|
interface |
OctalLiteral
OctalLiteral subinterface for octal character literals.
|
interface |
ScientificLiteral
Literal subinterface for scientific floating point literals.
|
interface |
ShortLiteral
Literal subinterface for short literals.
|
interface |
StringLiteral
Literal subinterface for string literals.
|
interface |
True
Literal subinterface for true .
|
interface |
UnicodeLiteral
CharLiteral subinterface for unicode character literals.
|