class Oxide::Language::Token
- Oxide::Language::Token
- Reference
- Object
Defined in:
oxide/language/token.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #column_number : Int32
- #column_number=(column_number : Int32)
- #float_value : Float32
-
#hash(hasher)
See
Object#hash(hasher)
- #int_value : Int32
- #kind : Kind
- #kind=(kind : Kind)
- #line_number : Int32
- #line_number=(line_number : Int32)
- #raw_value : String
- #raw_value=(raw_value : String)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.