class Myst::TFunctorDef

Defined in:

myst/interpreter/value.cr

Constructors

Instance Method Summary

Instance methods inherited from class Myst::MutableValue

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

Constructor Detail

def self.new(definition : Def) #

[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 block_param(*args, **options) #

[View source]
def block_param(*args, **options, &) #

[View source]
def block_param?(*args, **options) #

[View source]
def block_param?(*args, **options, &) #

[View source]
def body(*args, **options) #

[View source]
def body(*args, **options, &) #

[View source]
def definition : Def #

[View source]
def definition=(definition : Def) #

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

See Object#hash(hasher)


def params(*args, **options) #

[View source]
def params(*args, **options, &) #

[View source]
def splat_index(*args, **options) #

[View source]
def splat_index(*args, **options, &) #

[View source]
def splat_index?(*args, **options) #

[View source]
def splat_index?(*args, **options, &) #

[View source]