Package ptolemy.data.expr
Class GeneralToken
- java.lang.Object
-
- ptolemy.data.Token
-
- ptolemy.data.expr.GeneralToken
-
public class GeneralToken extends Token
This is a token that reports its type as "general." Otherwise, this class is identical to its parent class. The constant named general (defined in the Constants class) is an instance of this token.- Since:
- Ptolemy II 2.0
- Version:
- $Id$
- Author:
- Steve Neuendorffer
- See Also:
Constants
- Pt.AcceptedRating:
- Red (wbwu)
- Pt.ProposedRating:
- Yellow (yuhong)
-
-
Constructor Summary
Constructors Constructor Description GeneralToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType()
Return the type of this token.-
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, toString, zero, zeroReturnType
-
-