Class: SuspendedStream (Umu::AbstractSyntax::Core::Expression)

Overview
Module Structure
Class Hierarchy
Instance Attributes
SuspendedStream#expr [R]
Instance Methods
SuspendedStream#initialize / 2
SuspendedStream#to_s
SuspendedStream#pretty_print / 1
SuspendedStream#__evaluate__ / 2
is a submodule of
module: Expression ( Umu::AbstractSyntax::Core )
has modular siblings
class: Abstract   
class: Unit   
module: Unary   
module: Binary   
module: Nary   
module: MemoStream   
module: SExpression   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression )
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 )
  Abstract ( Umu::AbstractSyntax::Core::Expression::MemoStream )
  Abstract ( Umu::AbstractSyntax::Core::Expression::SExpression )
has properties
attribute: expr [R]   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
method: __evaluate__ / 2   
is defined at
#14 in abstract-syntax/core/expression/suspended-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: SuspendedStream
  module: SExpression
class: Abstract     

Instance Attributes

Instance Methods

SuspendedStream#initialize / 2

#18 in abstract-syntax/core/expression/suspended-stream.rb

initialize ( loc ,
  expr )

SuspendedStream#pretty_print / 1

#32 in abstract-syntax/core/expression/suspended-stream.rb

pretty_print ( q )

SuspendedStream#__evaluate__ / 2

#41 in abstract-syntax/core/expression/suspended-stream.rb

__evaluate__ ( env ,
  event )