class Myst::TSymbol

Defined in:

myst/interpreter/value.cr

Constant Summary

SYMBOLS = {} of String => TSymbol

Constructors

Instance Method Summary

Instance methods inherited from class Myst::TPrimitive(UInt64)

==(other : self) ==, hash(hasher) hash, to_s to_s, value : T value, value=(value : T) value=

Constructor methods inherited from class Myst::TPrimitive(UInt64)

new(value : T) new

Instance methods inherited from class Myst::Value

ivars : Scope ivars, ivars=(ivars : Scope) ivars=, truthy? truthy?, type_name type_name

Class methods inherited from class Myst::Value

from_literal(literal : Node) from_literal

Constructor Detail

def self.new(value : UInt64, name : String) #

[View source]
def self.new(name) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def type_name #

[View source]