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

Overview
Module Structure
Class Hierarchy
Instance Aliases
Named#values
Instance Attributes
Named#index_by_label [R]
Instance Methods
Named#initialize / 4
Named#labels
Named#each
Named#to_s
Named#pretty_print / 1
Named#select_by_label / 3
Named#modify / 3
Named#meth_to_string / 3
Named#meth_is_equal / 4
Named#meth_is_less_than / 4
is a submodule of
module: Product ( Umu::Value::Core )
has modular siblings
class: Abstract   
class: Tuple   
inherits from
  Abstract ( Umu::Value::Core::Product )
has class siblings
  Tuple ( Umu::Value::Core::Product )
has properties
alias: values objs   
attribute: index_by_label [R]   
method: initialize / 4   
method: labels   
method: each   
method: to_s   
method: pretty_print / 1   
method: select_by_label / 3   
method: modify / 3   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
is defined at
#14 in value/core/product/named-tuple.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 )
Named ( Umu::Value::Core::Product )
has properties
alias: values objs   
attribute: index_by_label [R]   
method: initialize / 4   
method: labels   
method: each   
method: to_s   
method: pretty_print / 1   
method: select_by_label / 3   
method: modify / 3   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   

Instance Aliases

Named#values

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

values objs   

Instance Attributes

Named#index_by_label [R]

#16 in value/core/product/named-tuple.rb

Instance Methods

Named#initialize / 4

#19 in value/core/product/named-tuple.rb

initialize ( fst_value ,
  snd_value ,
  tail_values ,
  index_by_label )

Named#labels

#32 in value/core/product/named-tuple.rb

labels

Named#pretty_print / 1

#56 in value/core/product/named-tuple.rb

pretty_print ( q )

Named#select_by_label / 3

#67 in value/core/product/named-tuple.rb

select_by_label ( sel_lab ,
  loc ,
  env )

Named#modify / 3

#85 in value/core/product/named-tuple.rb

modify ( value_by_label ,
  loc ,
  env )

Named#meth_to_string / 3

#112 in value/core/product/named-tuple.rb

meth_to_string ( loc ,
  env ,
  event )

Named#meth_is_equal / 4

#131 in value/core/product/named-tuple.rb

meth_is_equal ( loc ,
  env ,
  event ,
  other )

Named#meth_is_less_than / 4

#154 in value/core/product/named-tuple.rb

meth_is_less_than ( loc ,
  env ,
  event ,
  other )