public class AbsentToken extends Token
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, zeroReturnType
public static final AbsentToken ABSENT