Class: Abstract (Umu::Value::Core::Atom::Number)

Overview
Module Structure
Class Hierarchy
Instance Methods
Abstract#initialize / 1
Abstract#to_s
Abstract#meth_is_zero / 3
Abstract#meth_is_positive / 3
Abstract#meth_is_negative / 3
Abstract#meth_to_int / 3
Abstract#meth_to_float / 3
Abstract#meth_negate / 3
Abstract#meth_absolute / 3
Abstract#+ / 1
Abstract#meth_add / 4
Abstract#meth_sub / 4
Abstract#meth_multiply / 4
Abstract#meth_divide / 4
Abstract#meth_modulo / 4
Abstract#meth_power / 4
Abstract#meth_random / 3
is a submodule of
module: Number ( Umu::Value::Core::Atom )
has modular siblings
class: Int   
class: Float   
inherits from
  Abstract ( Umu::Value::Core::Atom )
is inherited by
  Int ( Umu::Value::Core::Atom::Number )
  Float ( Umu::Value::Core::Atom::Number )
has class siblings
  Bool ( Umu::Value::Core::Atom )
  String ( Umu::Value::Core::Atom )
  Symbol ( Umu::Value::Core::Atom )
has properties
method: initialize / 1   
method: to_s   
method: meth_is_zero / 3   
method: meth_is_positive / 3   
method: meth_is_negative / 3   
method: meth_to_int / 3   
method: meth_to_float / 3   
method: meth_negate / 3   
method: meth_absolute / 3   
method: + / 1   
method: meth_add / 4   
method: meth_sub / 4   
method: meth_multiply / 4   
method: meth_divide / 4   
method: meth_modulo / 4   
method: meth_power / 4   
method: meth_random / 3   
is defined at
#16 in value/core/atom/number/abstract.rb  
#55 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: Atom
  class: Abstract
  class: Bool
  module: Number
class: Abstract     
class: Int     
class: Float     
  class: String
  class: Symbol

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   
Abstract ( Umu::Value::Core::Atom )
has properties
attribute: val [R]   
method: initialize / 1   
method: meth_is_equal / 4   
method: meth_is_less_than / 4   
Bool ( Umu::Value::Core::Atom )
Abstract ( Umu::Value::Core::Atom::Number )
has properties
method: initialize / 1   
method: to_s   
method: meth_is_zero / 3   
method: meth_is_positive / 3   
method: meth_is_negative / 3   
method: meth_to_int / 3   
method: meth_to_float / 3   
method: meth_negate / 3   
method: meth_absolute / 3   
method: + / 1   
method: meth_add / 4   
method: meth_sub / 4   
method: meth_multiply / 4   
method: meth_divide / 4   
method: meth_modulo / 4   
method: meth_power / 4   
method: meth_random / 3   
  Int     
  Float     
String ( Umu::Value::Core::Atom )
Symbol ( Umu::Value::Core::Atom )

Instance Methods

Abstract#initialize / 1

#17 in value/core/atom/number/abstract.rb

initialize ( val )

Abstract#to_s

#24 in value/core/atom/number/abstract.rb

to_s

Abstract#meth_is_zero / 3

#40 in value/core/atom/number/abstract.rb

meth_is_zero ( _loc ,
  _env ,
  _event )

Abstract#meth_is_positive / 3

#50 in value/core/atom/number/abstract.rb

meth_is_positive ( _loc ,
  _env ,
  _event )

Abstract#meth_is_negative / 3

#60 in value/core/atom/number/abstract.rb

meth_is_negative ( _loc ,
  _env ,
  _event )

Abstract#meth_to_int / 3

#70 in value/core/atom/number/abstract.rb

meth_to_int ( loc ,
  env ,
  _event )

Abstract#meth_to_float / 3

#90 in value/core/atom/number/abstract.rb

meth_to_float ( _loc ,
  _env ,
  _event )

Abstract#meth_negate / 3

#100 in value/core/atom/number/abstract.rb

meth_negate ( _loc ,
  _env ,
  _event )

Abstract#meth_absolute / 3

#110 in value/core/atom/number/abstract.rb

meth_absolute ( _loc ,
  _env ,
  _event )

Abstract#+ / 1

#115 in value/core/atom/number/abstract.rb

+ ( other )

Abstract#meth_add / 4

#127 in value/core/atom/number/abstract.rb

meth_add ( _loc ,
  _env ,
  _event ,
  other )

Abstract#meth_sub / 4

#139 in value/core/atom/number/abstract.rb

meth_sub ( _loc ,
  _env ,
  _event ,
  other )

Abstract#meth_multiply / 4

#151 in value/core/atom/number/abstract.rb

meth_multiply ( _loc ,
  _env ,
  _event ,
  other )

Abstract#meth_divide / 4

#163 in value/core/atom/number/abstract.rb

meth_divide ( loc ,
  env ,
  _event ,
  other )

Abstract#meth_modulo / 4

#183 in value/core/atom/number/abstract.rb

meth_modulo ( loc ,
  env ,
  _event ,
  other )

Abstract#meth_power / 4

#203 in value/core/atom/number/abstract.rb

meth_power ( loc ,
  env ,
  _event ,
  other )

Abstract#meth_random / 3

#223 in value/core/atom/number/abstract.rb

meth_random ( loc ,
  env ,
  _event )