org.exolab.castor.jdo.oql
public class Token extends Object implements TokenTypes
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:25 $
| Constructor Summary | |
|---|---|
| Token(int tokenType, String tokenValue)
Creates a new Token with the supplied type and value.
| |
| Method Summary | |
|---|---|
| int | getTokenType()
Token Type accessor method.
|
| String | getTokenValue()
Token value accessor method.
|
| String | toString() |
Parameters: tokenType The Token Type for this token tokenValue The Token Value for this token
Returns: The Token Type for this token
Returns: The Token Value for this token