| Package | Description |
|---|---|
| net.morimekta.providence.graphql.parser |
| Modifier and Type | Method and Description |
|---|---|
static GQLTokenType |
GQLTokenType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected GQLToken |
GQLTokenizer.genericToken(char[] buffer,
int offset,
int len,
GQLTokenType type,
int lineNo,
int linePos) |
| Constructor and Description |
|---|
GQLToken(char[] fb,
int off,
int len,
GQLTokenType type,
int lineNo,
int linePos)
Create a slice instance.
|
Copyright © 2015–2020 morimekta.net. All rights reserved.