public class EventToken extends Token
Red (neuendor) |
Red (neuendor) |
Constructor and Description |
---|
EventToken() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Override the base class method to check whether the value of this
token is equal to that of the argument.
|
Type |
getType()
Return the type of this token.
|
int |
hashCode()
Return a hash code value for this token.
|
java.lang.String |
toString()
Return the value of this token as a string that can be parsed
by the expression language to recover a token with the same value.
|
add, addReverse, divide, divideReverse, isCloseTo, isCloseTo, isEqualTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, zero, zeroReturnType
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- An instance of Object.public Type getType()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()