Package org.exolab.castor.jdo.oql
Class Token
java.lang.Object
org.exolab.castor.jdo.oql.Token
Represents tokens which are generated by the
Lexer
from the String
OQL representation. Tokens contain a token type and the string value.- Version:
- $Revision: 5951 $ $Date: 2006-01-03 17:47:48 -0700 (Tue, 03 Jan 2006) $
- Author:
- Nissim Karpenstein
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
static final Token
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Token Type accessor method.Token value accessor method.toString()
-
Field Details
-
ARROW
-
COLON
-
COMMA
-
CONCAT
-
DIVIDE
-
DOLLAR
-
DOT
-
END_OF_QUERY
-
EQUAL
-
GT
-
GTE
-
LPAREN
-
LT
-
LTE
-
MINUS
-
NOT_EQUAL
-
PLUS
-
RPAREN
-
TIMES
-
KEYWORD_AS
-
-
Constructor Details
-
Token
Creates a new Token with the supplied type and value.- Parameters:
tokenType
- The Token Type for this tokentokenValue
- The Token Value for this token
-
-
Method Details