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

Overview
Module Structure
Class Hierarchy
Constants
Value::TYPE_SYM
Instance Attributes
Value#val [R]
Instance Methods
Value#initialize / 1
Value#to_string / 1
Value#pretty_print / 1
Value#meth_is_value / 3
Value#contents
Value#meth_contents / 3
Value#meth_is_equal / 4
is a submodule of
module: SExpr ( Umu::Value::Core )
has modular siblings
class: Abstract   
class: Nil   
class: Cons   
inherits from
  Abstract ( Umu::Value::Core::SExpr )
has class siblings
  Nil ( Umu::Value::Core::SExpr )
  Cons ( Umu::Value::Core::SExpr )
has properties
constant: TYPE_SYM   
attribute: val [R]   
method: initialize / 1   
method: to_string / 1   
method: pretty_print / 1   
method: meth_is_value / 3   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
is defined at
#180 in value/core/s-expression.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: SExpr
class: Abstract     
class: Nil     
class: Value     
class: Cons     

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::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 ( Umu::Value::Core::SExpr )
Value ( Umu::Value::Core::SExpr )
has properties
constant: TYPE_SYM   
attribute: val [R]   
method: initialize / 1   
method: to_string / 1   
method: pretty_print / 1   
method: meth_is_value / 3   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
Cons ( Umu::Value::Core::SExpr )

Constants

Value::TYPE_SYM

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

TYPE_SYM = :SExprValue   

Instance Attributes

Value#val [R]

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

Instance Methods

Value#initialize / 1

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

initialize ( val )

Value#to_string / 1

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

to_string ( visiteds = {} )

Value#pretty_print / 1

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

pretty_print ( q )

Value#meth_is_value / 3

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

meth_is_value ( _loc ,
  _env ,
  _event )

Value#contents

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

contents

Value#meth_contents / 3

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

meth_contents ( _loc ,
  _env ,
  _event )

Value#meth_is_equal / 4

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

meth_is_equal ( loc ,
  env ,
  event ,
  other )