Class: Interval (Umu::Value::Core::Morph::Stream::Entry)

Overview
Module Structure
Class Hierarchy
Constants
Interval::TYPE_SYM
Class Methods
Interval.meth_from_to_by / 6
Interval.meth_from_by / 5
Instance Aliases
Interval#current_value
Instance Attributes
Interval#opt_stop_value [R]
Interval#step_value [R]
Instance Methods
Interval#initialize / 4
Interval#to_s
Interval#pretty_print / 1
Interval#step / 1
Interval#__meth_force__ / 3
is a submodule of
module: Entry ( Umu::Value::Core::Morph::Stream )
has modular siblings
class: Abstract   
class: Cell   
class: Expression   
class: Memorization   
class: Suspended   
inherits from
  Abstract ( Umu::Value::Core::Morph::Stream::Entry )
has class siblings
  Cell ( Umu::Value::Core::Morph::Stream::Entry )
  Expression ( Umu::Value::Core::Morph::Stream::Entry )
  Memorization ( Umu::Value::Core::Morph::Stream::Entry )
  Suspended ( Umu::Value::Core::Morph::Stream::Entry )
has properties
constant: TYPE_SYM   
class method: meth_from_to_by / 6   
class method: meth_from_by / 5   
alias: current_value obj   
attribute: opt_stop_value [R]   
attribute: step_value [R]   
method: initialize / 4   
method: to_s   
method: pretty_print / 1   
method: step / 1   
method: __meth_force__ / 3   
is defined at
#735 in value/core/morph/stream/entry.rb  
#83 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Morph
  module: Stream
  module: Entry
class: Abstract     
class: Cell     
class: Expression     
class: Memorization     
class: Suspended     
class: Interval     

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   
Abstract ( Umu::Value::Core::Morph::Stream::Entry )
has properties
constant: TYPE_SYM   
class method: meth_make_empty / 3   
attribute: obj [R]   
attribute: va_context [R]   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
method: meth_susp / 3   
method: meth_dest / 3   
method: meth_is_empty / 3   
method: meth_dest! / 3   
method: meth_cons / 4   
method: meth_force / 3   
method: meth_map / 4   
method: meth_map_ / 4   
method: meth_select / 4   
method: meth_select_ / 4   
method: meth_append / 4   
method: meth_append_ / 4   
method: meth_concat_map / 4   
method: meth_concat_map_ / 4   
method: meth_take_to_list / 4   
method: __meth_force__ / 3   
Cell ( Umu::Value::Core::Morph::Stream::Entry )
Expression ( Umu::Value::Core::Morph::Stream::Entry )
Memorization ( Umu::Value::Core::Morph::Stream::Entry )
Suspended ( Umu::Value::Core::Morph::Stream::Entry )
Interval ( Umu::Value::Core::Morph::Stream::Entry )
has properties
constant: TYPE_SYM   
class method: meth_from_to_by / 6   
class method: meth_from_by / 5   
alias: current_value obj   
attribute: opt_stop_value [R]   
attribute: step_value [R]   
method: initialize / 4   
method: to_s   
method: pretty_print / 1   
method: step / 1   
method: __meth_force__ / 3   

Constants

Interval::TYPE_SYM

#736 in value/core/morph/stream/entry.rb

TYPE_SYM = :IntervalStream   

Class Methods

Interval.meth_from_to_by / 6

#754 in value/core/morph/stream/entry.rb

meth_from_to_by ( _loc ,
  env ,
  _event ,
  current_value ,
  opt_stop_value = nil ,
  step_value = VC.make_integer_one )

Interval.meth_from_by / 5

#775 in value/core/morph/stream/entry.rb

meth_from_by ( _loc ,
  env ,
  _event ,
  current_value ,
  step_value )

Instance Aliases

Interval#current_value

#787 in value/core/morph/stream/entry.rb

current_value obj   

Instance Attributes

Interval#opt_stop_value [R]

#788 in value/core/morph/stream/entry.rb

Interval#step_value [R]

#788 in value/core/morph/stream/entry.rb

Instance Methods

Interval#initialize / 4

#790 in value/core/morph/stream/entry.rb

initialize ( current_value ,
  opt_stop_value ,
  step_value ,
  va_context )

Interval#to_s

#803 in value/core/morph/stream/entry.rb

to_s

Interval#pretty_print / 1

#820 in value/core/morph/stream/entry.rb

pretty_print ( q )

Interval#step / 1

#838 in value/core/morph/stream/entry.rb

step ( env )

Interval#__meth_force__ / 3

#845 in value/core/morph/stream/entry.rb

__meth_force__ ( loc ,
  env ,
  event )