Class: Cons (Umu::Environment::Tracer::Stack)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Cons#event [R]
Cons#old_cons [R]
Instance Methods
Cons#initialize / 2
Cons#pop
is a submodule of
module: Stack ( Umu::Environment::Tracer )
has modular siblings
class: Abstract   
class: Empty   
inherits from
  Abstract ( Umu::Environment::Tracer::Stack )
has class siblings
  Empty ( Umu::Environment::Tracer::Stack )
has properties
attribute: event [R]   
attribute: old_cons [R]   
method: initialize / 2   
method: pop   
is defined at
#60 in environment/tracer/stack.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Environment
  module: Tracer
  module: Stack
class: Abstract     
class: Empty     
class: Cons     

Class Hierarchy

Object ( Builtin-Module )
Collection ( Umu::Abstraction )
includes
  Enumerable ( Builtin-Module )
Abstract ( Umu::Environment::Tracer::Stack )
has properties
method: each   
method: push / 1   
method: pop   
method: print   
Empty ( Umu::Environment::Tracer::Stack )
Cons ( Umu::Environment::Tracer::Stack )
has properties
attribute: event [R]   
attribute: old_cons [R]   
method: initialize / 2   
method: pop   

Instance Attributes

Cons#event [R]

#61 in environment/tracer/stack.rb

Cons#old_cons [R]

#62 in environment/tracer/stack.rb

Instance Methods

Cons#initialize / 2

#65 in environment/tracer/stack.rb

initialize ( event ,
  old_cons )