class

GraphQL::Language::Token

Inherits Reference < Object

Constructors

new(kind : GraphQL::Language::Token::Kind, value : Nil | String, start_position : Int32, end_position : Int32)
Source

Class methods

get_token_kind_description(kind : Kind) : String
Source

Instance methods

end_position
Source
end_position=(end_position : Int32)
Source
kind
Source
kind=(kind : Kind)
Source
start_position
Source
start_position=(start_position : Int32)
Source
value
Source
value=(value : String | Nil)
Source

Nested types