|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.data.Token
ptolemy.data.EventToken
public class EventToken
A token representing a pure event.
Red (neuendor) |
Red (neuendor) |
Field Summary |
---|
Fields inherited from class ptolemy.data.Token |
---|
NIL |
Constructor Summary | |
---|---|
EventToken()
|
Method Summary | |
---|---|
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. |
Methods inherited from class ptolemy.data.Token |
---|
add, addReverse, divide, divideReverse, isCloseTo, isCloseTo, isEqualTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, zero, zeroReturnType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventToken()
Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- An instance of Object.
public Type getType()
getType
in class Token
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class Token
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |