Uses of Class
migratedb.v1.core.internal.parser.TokenType
-
Packages that use TokenType Package Description migratedb.v1.core.internal.parser Private API. -
-
Uses of TokenType in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser that return TokenType Modifier and Type Method Description TokenTypeToken. getType()static TokenTypeTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in migratedb.v1.core.internal.parser with parameters of type TokenType Constructor Description Token(TokenType type, int pos, int line, int col, String text, String rawText, int parensDepth)
-