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) #

[View source]

Class Method Detail

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

[View source]

Instance Method Detail

def end_position : Int32 #

[View source]
def end_position=(end_position : Int32) #

[View source]
def kind : Kind #

[View source]
def kind=(kind : Kind) #

[View source]
def start_position : Int32 #

[View source]
def start_position=(start_position : Int32) #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]