public class AbsentToken extends Token
| Red (pwhitake) |
| Red (pwhitake) |
| Modifier and Type | Field and Description |
|---|---|
static AbsentToken |
ABSENT
An instance of an absent token.
|
| Constructor and Description |
|---|
AbsentToken()
Construct a token with value false.
|
add, addReverse, divide, divideReverse, getType, isCloseTo, isCloseTo, isEqualTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, toString, zero, zeroReturnTypepublic static final AbsentToken ABSENT