Uses of Class
graphql.language.IgnoredChar.IgnoredCharKind
-
Packages that use IgnoredChar.IgnoredCharKind Package Description graphql.language -
-
Uses of IgnoredChar.IgnoredCharKind in graphql.language
Fields in graphql.language declared as IgnoredChar.IgnoredCharKind Modifier and Type Field Description private IgnoredChar.IgnoredCharKind
IgnoredChar. kind
Methods in graphql.language that return IgnoredChar.IgnoredCharKind Modifier and Type Method Description IgnoredChar.IgnoredCharKind
IgnoredChar. getKind()
static IgnoredChar.IgnoredCharKind
IgnoredChar.IgnoredCharKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IgnoredChar.IgnoredCharKind[]
IgnoredChar.IgnoredCharKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.language with parameters of type IgnoredChar.IgnoredCharKind Constructor Description IgnoredChar(java.lang.String value, IgnoredChar.IgnoredCharKind kind, SourceLocation sourceLocation)
-