public abstract class Token extends Object implements Comparable<Token>
Constructor and Description |
---|
Token() |
Modifier and Type | Method and Description |
---|---|
abstract DataType |
getType()
Returns the data type of this token's value.
|
abstract Object |
getValue()
Returns the raw value of this token.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo