Uses of Class
org.exolab.castor.jdo.oql.Token

Packages that use Token
org.exolab.castor.jdo.oql   
 

Uses of Token in org.exolab.castor.jdo.oql
 

Fields in org.exolab.castor.jdo.oql declared as Token
static Token Token.ARROW
           
static Token Token.COLON
           
static Token Token.COMMA
           
static Token Token.CONCAT
           
static Token Token.DIVIDE
           
static Token Token.DOLLAR
           
static Token Token.DOT
           
static Token Token.END_OF_QUERY
           
static Token Token.EQUAL
           
static Token Token.GT
           
static Token Token.GTE
           
static Token Token.KEYWORD_AS
           
static Token Token.LPAREN
           
static Token Token.LT
           
static Token Token.LTE
           
static Token Token.MINUS
           
static Token Token.NOT_EQUAL
           
static Token Token.PLUS
           
static Token Token.RPAREN
           
static Token Token.TIMES
           
 

Methods in org.exolab.castor.jdo.oql that return Token
 Token ParseTreeNode.getToken()
          Accessor method for the token.
 Token Lexer.nextToken()
          Returns the next Token from the stream.
 

Constructors in org.exolab.castor.jdo.oql with parameters of type Token
ParseTreeNode(ParseTreeNode parent, Token token)
          Creates a new Node with supplied parent and token.
ParseTreeNode(Token token)
          Creates a new root Node with supplied token.
 



Copyright © 2010. All Rights Reserved.