Uses of Class
net.morimekta.providence.graphql.parser.GQLTokenType
-
Packages that use GQLTokenType Package Description net.morimekta.providence.graphql.parser -
-
Uses of GQLTokenType in net.morimekta.providence.graphql.parser
Methods in net.morimekta.providence.graphql.parser that return GQLTokenType Modifier and Type Method Description static GQLTokenTypeGQLTokenType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GQLTokenType[]GQLTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.morimekta.providence.graphql.parser with parameters of type GQLTokenType Modifier and Type Method Description protected GQLTokenGQLTokenizer. genericToken(char[] buffer, int offset, int len, GQLTokenType type, int lineNo, int linePos)Constructors in net.morimekta.providence.graphql.parser with parameters of type GQLTokenType Constructor Description GQLToken(char[] fb, int off, int len, GQLTokenType type, int lineNo, int linePos)Create a slice instance.
-