Uses of Class
com.alibaba.druid.sql.parser.Token
-
Packages that use Token Package Description com.alibaba.druid.sql.dialect.bigquery.parser com.alibaba.druid.sql.parser com.alibaba.druid.wall -
-
Uses of Token in com.alibaba.druid.sql.dialect.bigquery.parser
Methods in com.alibaba.druid.sql.dialect.bigquery.parser with parameters of type Token Modifier and Type Method Description booleanBigQueryLexer. nextIf(Token token) -
Uses of Token in com.alibaba.druid.sql.parser
Fields in com.alibaba.druid.sql.parser declared as Token Modifier and Type Field Description protected TokenSQLStatementParser. expectedNextTokenTokenLexer.SavePoint. tokenprotected TokenLexer. tokenMethods in com.alibaba.druid.sql.parser that return Token Modifier and Type Method Description TokenKeywords. getKeyword(long hash)TokenKeywords. getKeyword(String key)TokenLexer. token()Return the current token, set by nextToken().static TokenToken. 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 Modifier and Type Method Description Map<String,Token>Keywords. getKeywords()Methods in com.alibaba.druid.sql.parser with parameters of type Token Modifier and Type Method Description voidSQLExprParser. accept(Token token)voidSQLParser. accept(Token token)static booleanSQLParserUtils. containsAny(String sql, DbType dbType, Token token)static booleanSQLParserUtils. containsAny(String sql, DbType dbType, Token... tokens)static booleanSQLParserUtils. containsAny(String sql, DbType dbType, Token token1, Token token2)static booleanSQLParserUtils. containsAny(String sql, DbType dbType, Token token1, Token token2, Token token3)booleanKeywords. containsValue(Token token)booleanLexer.CommentHandler. handle(Token lastToken, String comment)voidSQLParser. match(Token token)booleanLexer. nextIf(Token token)protected voidSQLParser. printError(Token token)voidLexer. reset(int mark, char markChar, Token token)Deprecated.voidLexer. setToken(Token token)Constructor parameters in com.alibaba.druid.sql.parser with type arguments of type Token Constructor Description Keywords(Map<String,Token> keywords) -
Uses of Token in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type Token Modifier and Type Method Description booleanWallProvider.WallCommentHandler. handle(Token lastToken, String comment)
-