Class: Abstract (Umu::AbstractSyntax::Core::Expression::MemoStream)

Overview
Module Structure
Class Hierarchy
Instance Methods
Abstract#__evaluate__ / 2
is a submodule of
module: MemoStream ( Umu::AbstractSyntax::Core::Expression )
has modular siblings
class: Nil   
class: Cons   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression )
is inherited by
  Nil ( Umu::AbstractSyntax::Core::Expression::MemoStream )
  Cons ( Umu::AbstractSyntax::Core::Expression::MemoStream )
has class siblings
  Unit ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Binary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Nary::If )
  Switch ( Umu::AbstractSyntax::Core::Expression::Nary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Nary::Lambda )
  Let ( Umu::AbstractSyntax::Core::Expression::Nary )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
  SuspendedStream ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::SExpression )
has properties
method: __evaluate__ / 2   
is defined at
#16 in abstract-syntax/core/expression/memo-stream.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  class: Abstract
  class: Unit
  module: Unary
class: Abstract     
  module: Binary
class: Abstract     
  module: Nary
  module: If
class: Entry     
  class: Switch
  module: Lambda
class: Entry     
  class: Let
  module: Interval
class: Abstract     
  module: MemoStream
class: Abstract     
class: Nil     
class: Cons     
  class: SuspendedStream
  module: SExpression
class: Abstract     

Instance Methods

Abstract#__evaluate__ / 2

#20 in abstract-syntax/core/expression/memo-stream.rb

__evaluate__ ( env ,
  event )