Uses of Class
org.apache.ignite.internal.sql.SqlLexerTokenType
-
Packages that use SqlLexerTokenType Package Description org.apache.ignite.internal.sql -
-
Uses of SqlLexerTokenType in org.apache.ignite.internal.sql
Methods in org.apache.ignite.internal.sql that return SqlLexerTokenType Modifier and Type Method Description static SqlLexerTokenTypeSqlLexerTokenType. forChar(char c)Get token type for character.SqlLexerTokenTypeSqlLexer. tokenType()SqlLexerTokenTypeSqlLexerLookAheadToken. tokenType()SqlLexerTokenTypeSqlLexerToken. tokenType()static SqlLexerTokenTypeSqlLexerTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlLexerTokenType[]SqlLexerTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.sql with parameters of type SqlLexerTokenType Modifier and Type Method Description static voidSqlParserUtils. skipIfMatches(SqlLexer lex, SqlLexerTokenType tokenTyp)Skip next token if it matches expected type.Constructors in org.apache.ignite.internal.sql with parameters of type SqlLexerTokenType Constructor Description SqlLexerLookAheadToken(String sql, String token, int tokenPos, SqlLexerTokenType tokenTyp)Constructor.
-