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

Overview
Module Structure
Class Hierarchy
Instance Methods
Int#initialize / 1
Int#meth_zero / 3
Int#meth_is_odd / 3
Int#meth_is_even / 3
Int#meth_to_int / 3
Int#meth_succ / 3
Int#meth_pred / 3
Int#meth_to / 4
Int#meth_to_by / 5
is a submodule of
module: Number ( Umu::Value::Core::Atom )
has modular siblings
class: Abstract   
class: Float   
inherits from
  Abstract ( Umu::Value::Core::Atom::Number )
has class siblings
  Float ( Umu::Value::Core::Atom::Number )
has properties
method: initialize / 1   
method: meth_zero / 3   
method: meth_is_odd / 3   
method: meth_is_even / 3   
method: meth_to_int / 3   
method: meth_succ / 3   
method: meth_pred / 3   
method: meth_to / 4   
method: meth_to_by / 5   
is defined at
#16 in value/core/atom/number/int.rb  
#56 in common/constant.rb  

Overview

Module Structure

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

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   
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 ( Umu::Value::Core::Atom::Number )
has properties
method: initialize / 1   
method: meth_zero / 3   
method: meth_is_odd / 3   
method: meth_is_even / 3   
method: meth_to_int / 3   
method: meth_succ / 3   
method: meth_pred / 3   
method: meth_to / 4   
method: meth_to_by / 5   
Float ( Umu::Value::Core::Atom::Number )

Instance Methods

Int#initialize / 1

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

initialize ( val )

Int#meth_zero / 3

#29 in value/core/atom/number/int.rb

meth_zero ( _loc ,
  _env ,
  _event )

Int#meth_is_odd / 3

#39 in value/core/atom/number/int.rb

meth_is_odd ( _loc ,
  _env ,
  _event )

Int#meth_is_even / 3

#49 in value/core/atom/number/int.rb

meth_is_even ( _loc ,
  _env ,
  _event )

Int#meth_to_int / 3

#94 in value/core/atom/number/int.rb

meth_to_int ( _loc ,
  _env ,
  _event )

Int#meth_succ / 3

#104 in value/core/atom/number/int.rb

meth_succ ( _loc ,
  _env ,
  _event )

Int#meth_pred / 3

#114 in value/core/atom/number/int.rb

meth_pred ( _loc ,
  _env ,
  _event )

Int#meth_to / 4

#166 in value/core/atom/number/int.rb

meth_to ( _loc ,
  _env ,
  _event ,
  stop_value )

Int#meth_to_by / 5

#178 in value/core/atom/number/int.rb

meth_to_by ( loc ,
  env ,
  _event ,
  stop_value ,
  step_value )