class Myst::TType
- Myst::TType
- Myst::ContainerType
- Myst::Value
- Reference
- Object
Defined in:
myst/interpreter/value.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #extend_module(mod : TModule)
- #extended_ancestors
- #extended_modules : Array(Myst::TModule)
- #extended_modules=(extended_modules : Array(Myst::TModule))
-
#hash(hasher)
See
Object#hash(hasher)
- #instance_scope : Scope
- #instance_scope=(instance_scope : Scope)
- #scope : Scope
- #scope=(scope : Scope)
- #ttype_to_s(_a, _b, _c)
- #type_name
Instance methods inherited from class Myst::ContainerType
ancestors : Array(TModule)
ancestors,
included_modules : Array(Myst::TModule)
included_modules,
included_modules=(included_modules : Array(Myst::TModule))
included_modules=,
insert_ancestor(anc : TModule)
insert_ancestor,
name : String
name,
name=(name : String)
name=
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
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.