class Myst::TFunctorDef
- Myst::TFunctorDef
- Myst::MutableValue
- Reference
- Object
Defined in:
myst/interpreter/value.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #block_param(*args, **options)
- #block_param(*args, **options, &)
- #block_param?(*args, **options)
- #block_param?(*args, **options, &)
- #body(*args, **options)
- #body(*args, **options, &)
- #definition : Def
- #definition=(definition : Def)
-
#hash(hasher)
See
Object#hash(hasher)
- #params(*args, **options)
- #params(*args, **options, &)
- #splat_index(*args, **options)
- #splat_index(*args, **options, &)
- #splat_index?(*args, **options)
- #splat_index?(*args, **options, &)
Instance methods inherited from class Myst::MutableValue
ivars : Scope
ivars,
ivars=(ivars : Scope)
ivars=,
truthy?
truthy?,
type_name
type_name
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?
.