Class: Abstract (Umu::Value::Core::Morph::Enum)

Overview
Module Structure
Class Hierarchy
Class Methods
Abstract.make / 1
Abstract.meth_make_empty / 3
Instance Attributes
Abstract#source [R]
Instance Methods
Abstract#initialize / 1
Abstract#to_s
Abstract#meth_cons / 4
is a submodule of
module: Enum ( Umu::Value::Core::Morph )
has modular siblings
class: Provider   
class: User   
inherits from
  Abstract ( Umu::Value::Core::Morph )
is inherited by
  Provider ( Umu::Value::Core::Morph::Enum )
  User ( Umu::Value::Core::Morph::Enum )
has class siblings
  Interval ( Umu::Value::Core::Morph )
  Abstract ( Umu::Value::Core::Morph::List )
  Abstract ( Umu::Value::Core::Morph::Stream::Entry )
has properties
class method: make / 1   
class method: meth_make_empty / 3   
attribute: source [R]   
method: initialize / 1   
method: to_s   
method: meth_cons / 4   
is defined at
#16 in value/core/morph/enumerator.rb  
#75 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Morph
  class: Abstract
  class: Interval
  module: Enum
class: Abstract     
class: Provider     
class: User     
  module: List
class: Abstract     
  module: Stream
  module: Entry
class: Abstract     

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::Morph )
has properties
class method: meth_make_empty (1/2) / 3   
class method: meth_make_cons / 5   
class method: meth_unfold / 5   
method: abstract_class   
method: meth_cons / 4   
method: meth_make_empty (2/E) / 3   
method: meth_is_empty / 3   
method: meth_is_exists / 3   
method: meth_dest! / 3   
method: meth_dest / 3   
method: meth_head / 3   
method: meth_tail / 3   
method: meth_to_list / 3   
method: meth_susp / 3   
method: meth_susp_ / 3   
method: foldr / 5   
method: meth_foldr / 5   
method: foldl / 5   
method: meth_foldl / 5   
method: meth_reverse / 3   
method: meth_at / 4   
method: meth_at! / 4   
method: meth_count / 3   
method: meth_sum / 3   
method: meth_avg / 3   
method: meth_max / 3   
method: meth_min / 3   
method: meth_is_all / 4   
method: meth_is_any / 4   
method: meth_is_include / 4   
method: meth_for_each / 4   
method: meth_map / 4   
method: meth_select / 4   
method: meth_reject / 4   
method: meth_append / 4   
method: meth_concat / 3   
method: meth_concat_map / 4   
method: meth_join / 4   
method: meth_zip / 4   
method: meth_unzip / 3   
method: meth_uniq / 3   
method: meth_partition / 4   
method: meth_sort / 4   
Interval ( Umu::Value::Core::Morph )
Abstract ( Umu::Value::Core::Morph::Enum )
has properties
class method: make / 1   
class method: meth_make_empty / 3   
attribute: source [R]   
method: initialize / 1   
method: to_s   
method: meth_cons / 4   
  Provider     
  User     
Abstract ( Umu::Value::Core::Morph::List )
Abstract ( Umu::Value::Core::Morph::Stream::Entry )

Class Methods

Abstract.make / 1

#17 in value/core/morph/enumerator.rb

make ( xs )

Abstract.meth_make_empty / 3

#29 in value/core/morph/enumerator.rb

meth_make_empty ( loc ,
  env ,
  _event )

Instance Attributes

Abstract#source [R]

#34 in value/core/morph/enumerator.rb

Instance Methods

Abstract#initialize / 1

#36 in value/core/morph/enumerator.rb

initialize ( source )

Abstract#to_s

#43 in value/core/morph/enumerator.rb

to_s

Abstract#meth_cons / 4

#53 in value/core/morph/enumerator.rb

meth_cons ( loc ,
  env ,
  _event ,
  value )