Uses of Class
com.clickhouse.jdbc.parser.Token
Packages that use Token
-
Uses of Token in com.clickhouse.jdbc.parser
Fields in com.clickhouse.jdbc.parser declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.ClickHouseSqlParser.jj_ntNext token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.ClickHouseSqlParser.tokenCurrent token.Methods in com.clickhouse.jdbc.parser that return TokenModifier and TypeMethodDescriptionfinal TokenClickHouseSqlParser.aliasExpr()final TokenClickHouseSqlParser.anyIdentifier()final TokenClickHouseSqlParser.anyKeyword()final TokenClickHouseSqlParser.dateLiteral()final TokenClickHouseSqlParser.getNextToken()ClickHouseSqlParserTokenManager.getNextToken()Get the next Token.final TokenClickHouseSqlParser.getToken(int index) final TokenClickHouseSqlParser.identifier()protected TokenClickHouseSqlParserTokenManager.jjFillToken()final TokenClickHouseSqlParser.keyword()final TokenClickHouseSqlParser.literal()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.final TokenClickHouseSqlParser.numberLiteral()final TokenClickHouseSqlParser.variable()Methods in com.clickhouse.jdbc.parser with parameters of type TokenModifier and TypeMethodDescriptionvoidClickHouseSqlParserTokenManager.CommonTokenAction(Token t) Constructors in com.clickhouse.jdbc.parser with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.