README
Top Level Namespace
CLTK
TokenValue
Type
GraphQL
Directive
Directives
IncludeDirective
IsDeprecated
SkipDirective
Error
Language
AbstractNode
AEnum
Argument
ArgumentValue
ASTNode
Directive
DirectiveDefinition
Document
EnumTypeDefinition
EnumValueDefinition
Field
FieldDefinition
FragmentDefinition
FragmentSpread
FValue
Generation
InlineFragment
InputObject
InputObjectTypeDefinition
InputValueDefinition
InterfaceTypeDefinition
Lexer
LexerContext
ListType
NameOnlyNode
NonNullType
NullValue
ObjectTypeDefinition
OperationDefinition
Parser
ParserContext
ScalarTypeDefinition
SchemaDefinition
Selection
Token
Kind
Type
TypeDefinition
TypeName
UnionTypeDefinition
VariableDefinition
VariableIdentifier
WrapperType
ObjectType
Schema
AlibiType
Context
FragmentResolver
InputType
Introspection
IntrospectionObject
Middleware
Proc
Schema
Args
ExecuteParams
JSONType
VariableResolver
TypeValidation
NamedTuple
Object
class
GraphQL::Language::LexerContext
GraphQL::Language::LexerContext
Reference
Object
Defined in:
graphql-crystal/language/lexer_context.cr
Constructors
.new
(source : String, index : Int32)
Instance Method Summary
#get_token
: Token
#only_hex_in_string
(test)
#read_comment
: Token
#read_number
: Token
#read_string
: Token
Instance methods inherited from class
Object
debug
debug
Constructor Detail
def self.
new
(source : String, index : Int32)
#
[
View source
]
Instance Method Detail
def
get_token
:
Token
#
[
View source
]
def
only_hex_in_string
(test)
#
[
View source
]
def
read_comment
:
Token
#
[
View source
]
def
read_number
:
Token
#
[
View source
]
def
read_string
:
Token
#
[
View source
]