Class: Abstract (Umu::Value::Core::SExpr)

Overview
Module Structure
Class Hierarchy
Class Methods
Abstract.make / 1
Abstract.meth_make_nil / 3
Abstract.meth_make_value / 4
Abstract.meth_make_cons / 5
Abstract.meth_make / 4
Instance Methods
Abstract#meth_cons / 4
Abstract#to_s
Abstract#pretty_print / 1
Abstract#meth_is_nil / 3
Abstract#meth_is_value / 3
Abstract#meth_is_cons / 3
Abstract#meth_to_string / 3
Abstract#meth_to_s_expr / 3
is a submodule of
module: SExpr ( Umu::Value::Core )
has modular siblings
class: Nil   
class: Value   
class: Cons   
inherits from
  Object ( Umu::Value::Core )
is inherited by
  Nil ( Umu::Value::Core::SExpr )
  Value ( Umu::Value::Core::SExpr )
  Cons ( Umu::Value::Core::SExpr )
has class siblings
  Unit ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::Atom )
  Abstract ( Umu::Value::Core::Product )
  Abstract ( Umu::Value::Core::Union )
  Abstract ( Umu::Value::Core::Morph )
  Fun ( Umu::Value::Core )
  Ref ( Umu::Value::Core )
  Susp ( Umu::Value::Core )
  Abstract ( Umu::Value::Core::IO )
  Dir ( Umu::Value::Core )
has properties
class method: make / 1   
class method: meth_make_nil / 3   
class method: meth_make_value / 4   
class method: meth_make_cons / 5   
class method: meth_make / 4   
method: meth_cons / 4   
method: to_s   
method: pretty_print / 1   
method: meth_is_nil / 3   
method: meth_is_value / 3   
method: meth_is_cons / 3   
method: meth_to_string / 3   
method: meth_to_s_expr / 3   
is defined at
#16 in value/core/s-expression.rb  
#88 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  class: Object
  class: Unit
  module: Atom
class: Abstract     
  module: Product
class: Abstract     
  module: Union
class: Abstract     
  module: Morph
class: Abstract     
  module: SExpr
class: Abstract     
class: Nil     
class: Value     
class: Cons     
  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   
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 ( 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 )
has properties
class method: make / 1   
class method: meth_make_nil / 3   
class method: meth_make_value / 4   
class method: meth_make_cons / 5   
class method: meth_make / 4   
method: meth_cons / 4   
method: to_s   
method: pretty_print / 1   
method: meth_is_nil / 3   
method: meth_is_value / 3   
method: meth_is_cons / 3   
method: meth_to_string / 3   
method: meth_to_s_expr / 3   
  Nil     
  Value     
  Cons     
Fun ( Umu::Value::Core )
Ref ( Umu::Value::Core )
Susp ( Umu::Value::Core )
Abstract ( Umu::Value::Core::IO )
Dir ( Umu::Value::Core )

Class Methods

Abstract.make / 1

#17 in value/core/s-expression.rb

make ( xs )

Abstract.meth_make_nil / 3

#29 in value/core/s-expression.rb

meth_make_nil ( _loc ,
  _env ,
  _event )

Abstract.meth_make_value / 4

#39 in value/core/s-expression.rb

meth_make_value ( loc ,
  env ,
  event ,
  val )

Abstract.meth_make_cons / 5

#51 in value/core/s-expression.rb

meth_make_cons ( loc ,
  env ,
  event ,
  car ,
  cdr )

Abstract.meth_make / 4

#64 in value/core/s-expression.rb

meth_make ( loc ,
  env ,
  event ,
  xs )

Instance Methods

Abstract#meth_cons / 4

#84 in value/core/s-expression.rb

meth_cons ( _loc ,
  _env ,
  _event ,
  car )

Abstract#to_s

#91 in value/core/s-expression.rb

to_s

Abstract#pretty_print / 1

#96 in value/core/s-expression.rb

pretty_print ( q )

Abstract#meth_is_nil / 3

#106 in value/core/s-expression.rb

meth_is_nil ( _loc ,
  _env ,
  _event )

Abstract#meth_is_value / 3

#116 in value/core/s-expression.rb

meth_is_value ( _loc ,
  _env ,
  _event )

Abstract#meth_is_cons / 3

#126 in value/core/s-expression.rb

meth_is_cons ( _loc ,
  _env ,
  _event )

Abstract#meth_to_string / 3

#131 in value/core/s-expression.rb

meth_to_string ( loc ,
  env ,
  event )

Abstract#meth_to_s_expr / 3

#136 in value/core/s-expression.rb

meth_to_s_expr ( loc ,
  env ,
  event )