class Oxide::Language::Token

Defined in:

oxide/language/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def column_number : Int32 #

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

[View source]
def float_value : Float32 #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def int_value : Int32 #

[View source]
def kind : Kind #

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

[View source]
def line_number : Int32 #

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

[View source]
def raw_value : String #

[View source]
def raw_value=(raw_value : String) #

[View source]