FalseLiteral |
A Literal representing the false boolean value.
|
Float32Literal |
A 32-bit signed Literal representing a constant non-integral value.
|
Float64Literal |
A 64-bit signed Literal representing a constant non-integral value.
|
Int16Literal |
A 16-bit signed Literal representing a constant integral value.
|
Int32Literal |
A 32-bit signed Literal representing a constant integral value.
|
Int64Literal |
A 64-bit signed Literal representing a constant integral value.
|
Int8Literal |
An 8-bit signed Literal representing a constant integral value.
|
Literal<E> |
A literal, representing a constant value.
|
NullLiteral |
A literal representing the null constant.
|
StringLiteral |
A Literal representing a constant string value.
|
TrueLiteral |
A Literal representing the true boolean value.
|
UInt16Literal |
A 16-bit unsigned Literal representing a constant integral value.
|
UInt32Literal |
A 32-bit unsigned Literal representing a constant integral value.
|
UInt64Literal |
A 64-bit unsigned Literal representing a constant integral value.
|
UInt8Literal |
An 8-bit unsigned Literal representing a constant integral value.
|