class GraphQL::Language::Token

Defined in:

graphql-crystal/language/token.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

debug debug

Constructor Detail

def self.new(kind, value, start_position, end_position) #

[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? #

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

[View source]