class GraphQL::Language::Token

Defined in:

graphql/language/token.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(kind : GraphQL::Language::Token::Kind, value : Nil | String, start_position : Int32, end_position : Int32) #

Class Method Detail

def self.get_token_kind_description(kind : Kind) : String #

Instance Method Detail

def end_position : Int32 #

def end_position=(end_position : Int32) #

def kind : Kind #

def kind=(kind : Kind) #

def start_position : Int32 #

def start_position=(start_position : Int32) #

def value : String | Nil #

def value=(value : String | Nil) #