Class: CellStream (Umu::AbstractSyntax::Core::Expression::Unary::Container)

Overview
Module Structure
Class Hierarchy
Instance Attributes
CellStream#opt_last_expr [R]
Instance Methods
CellStream#initialize / 4
CellStream#empty?
CellStream#memorized?
CellStream#to_s
CellStream#pretty_print / 1
CellStream#__bb_str__
CellStream#__eb_str__
CellStream#__evaluate__ / 2
is a submodule of
module: Container ( Umu::AbstractSyntax::Core::Expression::Unary )
has modular siblings
module: Abstraction   
class: Tuple   
module: Named   
class: Struct   
class: List   
inherits from
  Expressions ( Umu::AbstractSyntax::Core::Expression::Unary::Container::Abstraction )
has class siblings
  Tuple ( Umu::AbstractSyntax::Core::Expression::Unary::Container )
  Entry ( Umu::AbstractSyntax::Core::Expression::Unary::Container::Named )
  List ( Umu::AbstractSyntax::Core::Expression::Unary::Container )
has properties
attribute: opt_last_expr [R]   
method: initialize / 4   
method: empty?   
method: memorized?   
method: to_s   
method: pretty_print / 1   
method: __bb_str__   
method: __eb_str__   
method: __evaluate__ / 2   
is defined at
#18 in abstract-syntax/core/expression/unary/container/cell-stream.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  module: Unary
  module: Container
  module: Abstraction
class: Expressions     
  class: Tuple
  module: Named
class: Entry     
  class: Struct
  class: List
✗ class: CellStream

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   
Abstract ( Umu::AbstractSyntax )
has properties
method: pretty_print / 1   
method: evaluate / 1   
Abstract ( Umu::AbstractSyntax::Core::Expression )
has properties
method: evaluate / 1   
method: simple?   
method: __evaluate__ / 2   
Abstract ( Umu::AbstractSyntax::Core::Expression::Unary )
has properties
attribute: obj [R]   
method: initialize / 2   
method: simple?   

Instance Attributes

Instance Methods

CellStream#initialize / 4

#22 in abstract-syntax/core/expression/unary/container/cell-stream.rb

initialize ( loc ,
  exprs ,
  opt_last_expr ,
  is_memorized )

CellStream#pretty_print / 1

#66 in abstract-syntax/core/expression/unary/container/cell-stream.rb

pretty_print ( q )

CellStream#__evaluate__ / 2

#93 in abstract-syntax/core/expression/unary/container/cell-stream.rb

__evaluate__ ( env ,
  event )