Uses of Enum
gw.lang.reflect.json.TokenType
Packages that use TokenType
-
Uses of TokenType in gw.lang.reflect.json
Fields in gw.lang.reflect.json declared as TokenTypeFields in gw.lang.reflect.json with type parameters of type TokenTypeMethods in gw.lang.reflect.json that return TokenTypeModifier and TypeMethodDescriptionToken.getType()
static TokenType
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.Methods in gw.lang.reflect.json that return types with arguments of type TokenTypeMethods in gw.lang.reflect.json with parameters of type TokenTypeModifier and TypeMethodDescriptionprivate void
private void
SimpleParserImpl.checkAndSkip
(TokenType type, String s) Constructors in gw.lang.reflect.json with parameters of type TokenType