class Aero::Query::Token

Defined in:

query/lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Int32) #

[View source]

Instance Method Detail

def kind : Kind #

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

[View source]
def start : Int32 #

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

[View source]
def stop : Int32 #

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

[View source]
def value : String #

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

[View source]