Class: Tuple (Umu::Value::Core::Product)

Overview
Module Structure
Class Hierarchy
Instance Aliases
Tuple#values
Instance Methods
Tuple#to_s
Tuple#pretty_print / 1
Tuple#meth_to_string / 3
Tuple#meth_is_equal / 4
Tuple#meth_is_less_than / 4
is a submodule of
module: Product ( Umu::Value::Core )
has modular siblings
class: Abstract   
class: Named   
inherits from
  Abstract ( Umu::Value::Core::Product )
has class siblings
  Named ( Umu::Value::Core::Product )
has properties
alias: values objs   
method: to_s   
method: pretty_print / 1   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
is defined at
#14 in value/core/product/tuple.rb  
#63 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Product
class: Abstract     
class: Tuple     
class: Named     

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   
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   
Abstract ( Umu::Value::Core::Product )
includes
  Enumerable ( Builtin-Module )
has properties
attribute: fst_obj [R]   
attribute: snd_obj [R]   
attribute: tail_objs [R]   
method: initialize / 3   
method: objs   
method: arity   
method: each   
method: select_by_number / 3   
Tuple ( Umu::Value::Core::Product )
has properties
alias: values objs   
method: to_s   
method: pretty_print / 1   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
Named ( Umu::Value::Core::Product )

Instance Aliases

Tuple#values

#15 in value/core/product/tuple.rb

values objs   

Instance Methods

Tuple#to_s

#18 in value/core/product/tuple.rb

to_s

Tuple#pretty_print / 1

#23 in value/core/product/tuple.rb

pretty_print ( q )

Tuple#meth_to_string / 3

#33 in value/core/product/tuple.rb

meth_to_string ( loc ,
  env ,
  event )

Tuple#meth_is_equal / 4

#49 in value/core/product/tuple.rb

meth_is_equal ( loc ,
  env ,
  event ,
  other )

Tuple#meth_is_less_than / 4

#72 in value/core/product/tuple.rb

meth_is_less_than ( loc ,
  env ,
  event ,
  other )