Class: Abstract (Umu::Value::Core::Morph::Stream::Cell)

Overview
Module Structure
Class Hierarchy
Constants
Abstract::TYPE_SYM
Instance Methods
Abstract#nil?
Abstract#step / 1
Abstract#force / 3
is a submodule of
module: Cell ( Umu::Value::Core::Morph::Stream )
has modular siblings
class: Nil   
class: Cons   
inherits from
  Top ( Umu::Value::Core )
is inherited by
  Nil ( Umu::Value::Core::Morph::Stream::Cell )
  Cons ( Umu::Value::Core::Morph::Stream::Cell )
has class siblings
  Class ( Umu::Value::Core )
  Device ( Umu::Value::Core )
  Math ( Umu::Value::Core )
  Entry ( Umu::Value::Core::Struct )
  Opaque ( Umu::Value::Core )
  Object ( Umu::Value::Core )
has properties
constant: TYPE_SYM   
method: nil?   
method: step / 1   
method: force / 3   
is defined at
#18 in value/core/morph/stream/cell.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  class: Top
  class: Class
  class: Device
  class: Math
  module: Struct
class: Entry     
  class: Opaque
  class: Object
  module: Morph
  module: Stream
  module: Cell
class: Abstract     
class: Nil     
class: Cons     

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 )
Entry ( Umu::Value::Core::Struct )
Opaque ( Umu::Value::Core )
Object ( Umu::Value::Core )
Abstract ( Umu::Value::Core::Morph::Stream::Cell )
has properties
constant: TYPE_SYM   
method: nil?   
method: step / 1   
method: force / 3   
  Nil     
  Cons     

Constants

Abstract::TYPE_SYM

#19 in value/core/morph/stream/cell.rb

TYPE_SYM = :StreamCell   

Instance Methods

Abstract#nil?

#22 in value/core/morph/stream/cell.rb

nil?

Abstract#step / 1

#27 in value/core/morph/stream/cell.rb

step ( env )

Abstract#force / 3

#32 in value/core/morph/stream/cell.rb

force ( _loc ,
  _env ,
  _event )