Class: Bool (Umu::Value::Core::Atom)

Overview
Module Structure
Class Hierarchy
Class Methods
Bool.meth_make_true / 3
Bool.meth_make_false / 3
Instance Aliases
Bool#true?
Instance Methods
Bool#false?
Bool#to_s
Bool#meth_is_less_than / 4
Bool#meth_not / 3
is a submodule of
module: Atom ( Umu::Value::Core )
has modular siblings
class: Abstract   
module: Number   
class: String   
class: Symbol   
inherits from
  Abstract ( Umu::Value::Core::Atom )
has class siblings
  Abstract ( Umu::Value::Core::Atom::Number )
  String ( Umu::Value::Core::Atom )
  Symbol ( Umu::Value::Core::Atom )
has properties
class method: meth_make_true / 3   
class method: meth_make_false / 3   
alias: true? val   
method: false?   
method: to_s   
method: meth_is_less_than / 4   
method: meth_not / 3   
is defined at
#14 in value/core/atom/bool.rb  
#53 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: 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 )
has properties
class method: meth_make_true / 3   
class method: meth_make_false / 3   
alias: true? val   
method: false?   
method: to_s   
method: meth_is_less_than / 4   
method: meth_not / 3   
Abstract ( Umu::Value::Core::Atom::Number )
String ( Umu::Value::Core::Atom )
Symbol ( Umu::Value::Core::Atom )

Class Methods

Bool.meth_make_true / 3

#20 in value/core/atom/bool.rb

meth_make_true ( _loc ,
  _env ,
  _event )

Bool.meth_make_false / 3

#30 in value/core/atom/bool.rb

meth_make_false ( _loc ,
  _env ,
  _event )

Instance Aliases

Bool#true?

#35 in value/core/atom/bool.rb

true? val   

Instance Methods

Bool#false?

#38 in value/core/atom/bool.rb

false?

Bool#to_s

#43 in value/core/atom/bool.rb

to_s

Bool#meth_is_less_than / 4

#57 in value/core/atom/bool.rb

meth_is_less_than ( _loc ,
  _env ,
  _event ,
  other )

Bool#meth_not / 3

#103 in value/core/atom/bool.rb

meth_not ( _loc ,
  _env ,
  _event )