Class: SetOfClass (Umu::Environment::Context::Type::Signature)

Overview
Module Structure
Class Hierarchy
Instance Attributes
SetOfClass#hash [R]
Instance Methods
SetOfClass#initialize / 1
SetOfClass#empty?
SetOfClass#member? / 1
SetOfClass#each
SetOfClass#union / 1
is a submodule of
module: Signature ( Umu::Environment::Context::Type )
has modular siblings
module: Class   
module: Method   
inherits from
  Collection ( Umu::Abstraction )
has class siblings
  Abstract ( Umu::Environment::Tracer::Stack )
  Abstract ( Umu::Environment::Context::Value )
has properties
attribute: hash [R]   
method: initialize / 1   
method: empty?   
method: member? / 1   
method: each   
method: union / 1   
is defined at
#16 in environment/context/type/signature/set-of-class.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Environment
  module: Tracer
  module: Stack
class: Abstract     
  module: Context
  module: Type
  module: Signature
module: Class     
class: SetOfClass     
module: Method     
  module: Value
class: Abstract     
  module: Abstraction
class: Collection     

Class Hierarchy

Object ( Builtin-Module )
Collection ( Umu::Abstraction )
includes
  Enumerable ( Builtin-Module )
Abstract ( Umu::Environment::Tracer::Stack )
SetOfClass ( Umu::Environment::Context::Type::Signature )
has properties
attribute: hash [R]   
method: initialize / 1   
method: empty?   
method: member? / 1   
method: each   
method: union / 1   
Abstract ( Umu::Environment::Context::Value )

Instance Attributes

Instance Methods

SetOfClass#initialize / 1

#20 in environment/context/type/signature/set-of-class.rb

initialize ( signats )

SetOfClass#member? / 1

#39 in environment/context/type/signature/set-of-class.rb

member? ( signat )

SetOfClass#union / 1

#53 in environment/context/type/signature/set-of-class.rb

union ( other )