Package | Description |
---|---|
com.alibaba.druid.sql.parser | |
com.alibaba.druid.wall |
Modifier and Type | Field and Description |
---|---|
Token |
Lexer.SavePoint.token |
Modifier and Type | Method and Description |
---|---|
Token |
Keywords.getKeyword(long hash) |
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Token> |
Keywords.getKeywords() |
Modifier and Type | Method and Description |
---|---|
void |
SQLParser.accept(Token token) |
void |
SQLExprParser.accept(Token token) |
boolean |
Keywords.containsValue(Token token) |
boolean |
Lexer.CommentHandler.handle(Token lastToken,
String comment) |
void |
SQLParser.match(Token token) |
void |
Lexer.reset(int mark,
char markChar,
Token token) |
Constructor and Description |
---|
Keywords(Map<String,Token> keywords) |
Modifier and Type | Method and Description |
---|---|
boolean |
WallProvider.WallCommentHandler.handle(Token lastToken,
String comment) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.