Uses of Class
net.morimekta.providence.reflect.parser.ThriftTokenType
-
Packages that use ThriftTokenType Package Description net.morimekta.providence.reflect.parser -
-
Uses of ThriftTokenType in net.morimekta.providence.reflect.parser
Methods in net.morimekta.providence.reflect.parser that return ThriftTokenType Modifier and Type Method Description static ThriftTokenTypeThriftTokenType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ThriftTokenType[]ThriftTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.morimekta.providence.reflect.parser with parameters of type ThriftTokenType Modifier and Type Method Description protected ThriftTokenThriftTokenizer. genericToken(char[] buffer, int offset, int len, ThriftTokenType type, int lineNo, int linePos)Constructors in net.morimekta.providence.reflect.parser with parameters of type ThriftTokenType Constructor Description ThriftToken(char[] fb, int off, int len, ThriftTokenType type, int lineNo, int linePos)Create a slice instance.Constructor parameters in net.morimekta.providence.reflect.parser with type arguments of type ThriftTokenType Constructor Description ThriftLexer(net.morimekta.util.lexer.Tokenizer<ThriftTokenType,ThriftToken> tokenizer)
-