Class: Fun (Umu::Value::Core)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Fun#lam [R]
Fun#va_context [R]
Instance Methods
Fun#initialize / 2
Fun#to_s
Fun#pretty_print / 1
Fun#apply / 4
Fun#meth_apply / 4
Fun#meth_apply_binary / 5
Fun#meth_apply_nary / 6
Fun#__apply__ / 5
Fun#__bind__ / 4
is a submodule of
module: Core ( Umu::Value )
has modular siblings
class: Top   
class: Class   
class: Device   
class: Math   
module: Struct   
class: Opaque   
class: Object   
class: Unit   
module: Atom   
module: Product   
module: Union   
module: Morph   
module: SExpr   
class: Ref   
class: Susp   
module: IO   
class: Dir   
inherits from
  Object ( Umu::Value::Core )
has class siblings
  Unit ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::Atom )
  Abstract ( Umu::Value::Core::Product )
  Abstract ( Umu::Value::Core::Union )
  Abstract ( Umu::Value::Core::Morph )
  Abstract ( Umu::Value::Core::SExpr )
  Ref ( Umu::Value::Core )
  Susp ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::IO )
  Dir ( Umu::Value::Core )
has properties
attribute: lam [R]   
attribute: va_context [R]   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
method: apply / 4   
method: meth_apply / 4   
method: meth_apply_binary / 5   
method: meth_apply_nary / 6   
method: __apply__ / 5   
method: __bind__ / 4   
is defined at
#12 in value/core/function.rb  
#90 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  class: Top
  class: Class
  class: Device
  class: Math
  module: Struct
  class: Opaque
  class: Object
  class: Unit
  module: Atom
class: Abstract     
  module: Product
class: Abstract     
  module: Union
class: Abstract     
  module: Morph
class: Abstract     
  module: SExpr
class: Abstract     
✗ class: Fun
  class: Ref
  class: Susp
  module: IO
class: Abstract     
  class: Dir

Class Hierarchy

Object ( Builtin-Module )
Top ( Umu::Value::Core )
has properties
class method: class_method_infos   
class method: instance_method_infos   
class method: define_class_method / 5   
class method: define_instance_method / 5   
class method: __define_method__ / 6   
class method: type_sym (1/2)   
method: type_sym (2/E)   
method: pretty_print / 1   
method: invoke / 5   
method: apply / 4   
method: __invoke__ / 5   
Class ( Umu::Value::Core )
Device ( Umu::Value::Core )
Math ( Umu::Value::Core )
Opaque ( Umu::Value::Core )
Object ( Umu::Value::Core )
has properties
method: meth_show / 3   
alias: meth_to_string meth_show   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
method: meth_is_not_equal / 4   
method: meth_is_less_than / 4   
method: meth_is_greater_than / 4   
method: meth_is_less_equal / 4   
method: meth_is_greater_equal / 4   
method: meth_compare / 4   
method: meth_force / 3   
Unit ( Umu::Value::Core )
Abstract ( Umu::Value::Core::Atom )
Abstract ( Umu::Value::Core::Product )
Abstract ( Umu::Value::Core::Union )
Abstract ( Umu::Value::Core::Morph )
Abstract ( Umu::Value::Core::SExpr )
Fun ( Umu::Value::Core )
has properties
attribute: lam [R]   
attribute: va_context [R]   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
method: apply / 4   
method: meth_apply / 4   
method: meth_apply_binary / 5   
method: meth_apply_nary / 6   
method: __apply__ / 5   
method: __bind__ / 4   
Ref ( Umu::Value::Core )
Susp ( Umu::Value::Core )
Abstract ( Umu::Value::Core::IO )
Dir ( Umu::Value::Core )

Instance Attributes

Fun#lam [R]

#13 in value/core/function.rb

Fun#va_context [R]

#13 in value/core/function.rb

Instance Methods

Fun#initialize / 2

#16 in value/core/function.rb

initialize ( lam ,
  va_context )

Fun#to_s

#27 in value/core/function.rb

to_s

Fun#pretty_print / 1

#42 in value/core/function.rb

pretty_print ( q )

Fun#apply / 4

#55 in value/core/function.rb

apply ( head_value ,
  tail_values ,
  loc ,
  env )

Fun#meth_apply / 4

#87 in value/core/function.rb

meth_apply ( loc ,
  env ,
  event ,
  value )

Fun#meth_apply_binary / 5

#99 in value/core/function.rb

meth_apply_binary ( loc ,
  env ,
  event ,
  fst_value ,
  snd_value )

Fun#meth_apply_nary / 6

#112 in value/core/function.rb

meth_apply_nary ( loc ,
  env ,
  event ,
  fst_value ,
  snd_value ,
  tail_values )

Fun#__apply__ / 5

#128 in value/core/function.rb

__apply__ ( init_head_value ,
  init_tail_values ,
  loc ,
  env ,
  event )

Fun#__bind__ / 4

#194 in value/core/function.rb

__bind__ ( init_num ,
  init_params ,
  init_values ,
  init_env )