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

Overview
Module Structure
Class Hierarchy
Instance Methods
String#initialize / 1
String#to_s
String#meth_show / 3
String#meth_to_string / 3
String#meth_append / 4
String#meth_panic / 3
is a submodule of
module: Atom ( Umu::Value::Core )
has modular siblings
class: Abstract   
class: Bool   
module: Number   
class: Symbol   
inherits from
  Abstract ( Umu::Value::Core::Atom )
has class siblings
  Bool ( Umu::Value::Core::Atom )
  Abstract ( Umu::Value::Core::Atom::Number )
  Symbol ( Umu::Value::Core::Atom )
has properties
method: initialize / 1   
method: to_s   
method: meth_show / 3   
method: meth_to_string / 3   
method: meth_append / 4   
method: meth_panic / 3   
is defined at
#14 in value/core/atom/string.rb  
#59 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 )
Abstract ( Umu::Value::Core::Atom::Number )
String ( Umu::Value::Core::Atom )
has properties
method: initialize / 1   
method: to_s   
method: meth_show / 3   
method: meth_to_string / 3   
method: meth_append / 4   
method: meth_panic / 3   
Symbol ( Umu::Value::Core::Atom )

Instance Methods

String#initialize / 1

#15 in value/core/atom/string.rb

initialize ( val )

String#to_s

#22 in value/core/atom/string.rb

to_s

String#meth_show / 3

#27 in value/core/atom/string.rb

meth_show ( _loc ,
  _env ,
  _event )

String#meth_to_string / 3

#32 in value/core/atom/string.rb

meth_to_string ( _loc ,
  _env ,
  _event )

String#meth_append / 4

#77 in value/core/atom/string.rb

meth_append ( _loc ,
  _env ,
  _event ,
  other )

String#meth_panic / 3

#89 in value/core/atom/string.rb

meth_panic ( loc ,
  env ,
  _event )