Uses of Class
com.alibaba.druid.sql.parser.Token

Packages that use Token
com.alibaba.druid.sql.parser   
 

Uses of Token in com.alibaba.druid.sql.parser
 

Methods in com.alibaba.druid.sql.parser that return Token
 Token Keywords.getKeyword(String key)
           
 Token Lexer.token()
          Return the current token, set by nextToken().
static Token Token.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Token[] Token.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.druid.sql.parser that return types with arguments of type Token
 Map<String,Token> Keywords.getKeywords()
           
 

Methods in com.alibaba.druid.sql.parser with parameters of type Token
 void SQLParser.accept(Token token)
           
 void SQLExprParser.accept(Token token)
           
 boolean Keywords.containsValue(Token token)
           
 void SQLParser.match(Token token)
           
 void Lexer.reset(int mark, char markChar, Token token)
           
 

Constructor parameters in com.alibaba.druid.sql.parser with type arguments of type Token
Keywords(Map<String,Token> keywords)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.