Class: Object (Umu::Value::Core)

Overview
Module Structure
Class Hierarchy
Instance Aliases
Object#meth_to_string
Instance Methods
Object#meth_show / 3
Object#contents
Object#meth_contents / 3
Object#meth_is_equal / 4
Object#meth_is_not_equal / 4
Object#meth_is_less_than / 4
Object#meth_is_greater_than / 4
Object#meth_is_less_equal / 4
Object#meth_is_greater_equal / 4
Object#meth_compare / 4
Object#meth_force / 3
is a submodule of
module: Core ( Umu::Value )
has modular siblings
class: Top   
class: Class   
class: Device   
class: Math   
module: Struct   
class: Opaque   
class: Unit   
module: Atom   
module: Product   
module: Union   
module: Morph   
module: SExpr   
class: Fun   
class: Ref   
class: Susp   
module: IO   
class: Dir   
inherits from
  Top ( Umu::Value::Core )
is inherited by
  Unit ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::Atom )
  Abstract ( Umu::Value::Core::Product )
  Abstract ( Umu::Value::Core::Union )
  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 class siblings
  Class ( Umu::Value::Core )
  Device ( Umu::Value::Core )
  Math ( Umu::Value::Core )
  Entry ( Umu::Value::Core::Struct )
  Opaque ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::Morph::Stream::Cell )
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   
is defined at
#12 in value/core/object.rb  
#49 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  class: Top
  class: Class
  class: Device
  class: Math
  module: Struct
class: Entry     
  class: Opaque
✗ class: Object
  class: Unit
  module: Atom
class: Abstract     
  module: Product
class: Abstract     
  module: Union
class: Abstract     
  module: Morph
  class: Abstract
  module: Stream
  module: Cell
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   
Class ( Umu::Value::Core )
Device ( Umu::Value::Core )
Math ( Umu::Value::Core )
Entry ( Umu::Value::Core::Struct )
Opaque ( Umu::Value::Core )
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     
  Abstract ( Umu::Value::Core::Atom )   
  Abstract ( Umu::Value::Core::Product )   
  Abstract ( Umu::Value::Core::Union )   
  Abstract ( Umu::Value::Core::Morph )   
  Abstract ( Umu::Value::Core::SExpr )   
  Fun     
  Ref     
  Susp     
  Abstract ( Umu::Value::Core::IO )   
  Dir     
Abstract ( Umu::Value::Core::Morph::Stream::Cell )

Instance Aliases

Object#meth_to_string

#28 in value/core/object.rb

meth_to_string meth_show   

Instance Methods

Object#meth_show / 3

#18 in value/core/object.rb

meth_show ( _loc ,
  _env ,
  _event )

Object#contents

#31 in value/core/object.rb

contents

Object#meth_contents / 3

#41 in value/core/object.rb

meth_contents ( _loc ,
  _env ,
  _event )

Object#meth_is_equal / 4

#46 in value/core/object.rb

meth_is_equal ( loc ,
  env ,
  _event ,
  _other )

Object#meth_is_not_equal / 4

#57 in value/core/object.rb

meth_is_not_equal ( loc ,
  env ,
  event ,
  other )

Object#meth_is_less_than / 4

#71 in value/core/object.rb

meth_is_less_than ( loc ,
  env ,
  _event ,
  _other )

Object#meth_is_greater_than / 4

#82 in value/core/object.rb

meth_is_greater_than ( loc ,
  env ,
  event ,
  other )

Object#meth_is_less_equal / 4

#102 in value/core/object.rb

meth_is_less_equal ( loc ,
  env ,
  event ,
  other )

Object#meth_is_greater_equal / 4

#122 in value/core/object.rb

meth_is_greater_equal ( loc ,
  env ,
  event ,
  other )

Object#meth_compare / 4

#142 in value/core/object.rb

meth_compare ( loc ,
  env ,
  event ,
  other )

Object#meth_force / 3

#182 in value/core/object.rb

meth_force ( _loc ,
  _env ,
  _event )