Uses of Enum
graphql.language.IgnoredChar.IgnoredCharKind
Packages that use IgnoredChar.IgnoredCharKind
-
Uses of IgnoredChar.IgnoredCharKind in graphql.language
Fields in graphql.language declared as IgnoredChar.IgnoredCharKindMethods in graphql.language that return IgnoredChar.IgnoredCharKindModifier and TypeMethodDescriptionIgnoredChar.getKind()static IgnoredChar.IgnoredCharKindReturns 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.IgnoredCharKindModifierConstructorDescriptionIgnoredChar(String value, IgnoredChar.IgnoredCharKind kind, SourceLocation sourceLocation)