Class: Abstract (Umu::Value::Core::Union)

Overview
Module Structure
Class Hierarchy
Class Methods
Abstract.base_type_sym (1/2)
Abstract.order_num (1/2)
Instance Methods
Abstract#base_type_sym (2/E)
Abstract#order_num (2/E)
Abstract#to_s
Abstract#pretty_print / 1
Abstract#meth_to_string / 3
Abstract#meth_is_equal / 4
Abstract#meth_is_less_than / 4
is a submodule of
module: Union ( Umu::Value::Core )
has modular siblings
class: Datum   
module: Option   
module: Result   
inherits from
  Object ( Umu::Value::Core )
is inherited by
  Datum ( Umu::Value::Core::Union )
  Abstract ( Umu::Value::Core::Union::Option )
  Abstract ( Umu::Value::Core::Union::Result )
has class siblings
  Unit ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::Atom )
  Abstract ( Umu::Value::Core::Product )
  Abstract ( Umu::Value::Core::Morph )
  Abstract ( Umu::Value::Core::SExpr )
  Fun ( Umu::Value::Core )
  Ref ( Umu::Value::Core )
  Susp ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::IO )
  Dir ( Umu::Value::Core )
has properties
class method: base_type_sym (1/2)   
class method: order_num (1/2)   
method: base_type_sym (2/E)   
method: order_num (2/E)   
method: to_s   
method: pretty_print / 1   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
is defined at
#14 in value/core/union/abstract.rb  
#66 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  class: Object
  class: Unit
  module: Atom
class: Abstract     
  module: Product
class: Abstract     
  module: Union
✗ class: Abstract
  class: Datum
  module: Option
class: Abstract     
  module: Result
class: Abstract     
  module: Morph
class: Abstract     
  module: SExpr
class: Abstract     
  class: Fun
  class: Ref
  class: Susp
  module: IO
class: Abstract     
  class: Dir

Class Hierarchy

Object ( Builtin-Module )
Top ( Umu::Value::Core )
has properties
class method: class_method_infos   
class method: instance_method_infos   
class method: define_class_method / 5   
class method: define_instance_method / 5   
class method: __define_method__ / 6   
class method: type_sym (1/2)   
method: type_sym (2/E)   
method: pretty_print / 1   
method: invoke / 5   
method: apply / 4   
method: __invoke__ / 5   
Object ( Umu::Value::Core )
has properties
method: meth_show / 3   
alias: meth_to_string meth_show   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
method: meth_is_not_equal / 4   
method: meth_is_less_than / 4   
method: meth_is_greater_than / 4   
method: meth_is_less_equal / 4   
method: meth_is_greater_equal / 4   
method: meth_compare / 4   
method: meth_force / 3   
Unit ( Umu::Value::Core )
Abstract ( Umu::Value::Core::Atom )
Abstract ( Umu::Value::Core::Product )
Abstract ( Umu::Value::Core::Union )
has properties
class method: base_type_sym (1/2)   
class method: order_num (1/2)   
method: base_type_sym (2/E)   
method: order_num (2/E)   
method: to_s   
method: pretty_print / 1   
method: meth_to_string / 3   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
Abstract ( Umu::Value::Core::Morph )
Abstract ( Umu::Value::Core::SExpr )
Fun ( Umu::Value::Core )
Ref ( Umu::Value::Core )
Susp ( Umu::Value::Core )
Abstract ( Umu::Value::Core::IO )
Dir ( Umu::Value::Core )

Class Methods

Abstract.base_type_sym (1/2)

#15 in value/core/union/abstract.rb

base_type_sym

Abstract.order_num (1/2)

#20 in value/core/union/abstract.rb

order_num

Instance Methods

Abstract#base_type_sym (2/E)

#25 in value/core/union/abstract.rb

base_type_sym

Abstract#order_num (2/E)

#30 in value/core/union/abstract.rb

order_num

Abstract#to_s

#35 in value/core/union/abstract.rb

to_s

Abstract#pretty_print / 1

#40 in value/core/union/abstract.rb

pretty_print ( q )

Abstract#meth_to_string / 3

#51 in value/core/union/abstract.rb

meth_to_string ( loc ,
  env ,
  event )

Abstract#meth_is_equal / 4

#70 in value/core/union/abstract.rb

meth_is_equal ( loc ,
  env ,
  event ,
  other )

Abstract#meth_is_less_than / 4

#89 in value/core/union/abstract.rb

meth_is_less_than ( loc ,
  env ,
  event ,
  other )