Class: Atom (Umu::AbstractSyntax::Core::Expression::SExpression)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Atom#val [R]
Instance Methods
Atom#initialize / 2
Atom#to_s
Atom#__evaluate__ / 2
is a submodule of
module: SExpression ( Umu::AbstractSyntax::Core::Expression )
has modular siblings
class: Abstract   
class: Nil   
class: Embeded   
class: List   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::SExpression )
has class siblings
  Nil ( Umu::AbstractSyntax::Core::Expression::SExpression )
  Embeded ( Umu::AbstractSyntax::Core::Expression::SExpression )
  List ( Umu::AbstractSyntax::Core::Expression::SExpression )
has properties
attribute: val [R]   
method: initialize / 2   
method: to_s   
method: __evaluate__ / 2   
is defined at
#33 in abstract-syntax/core/expression/s-expression.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  module: SExpression
class: Abstract     
class: Nil     
class: Atom     
class: Embeded     
class: List     

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   

Instance Attributes

Instance Methods

Atom#initialize / 2

#36 in abstract-syntax/core/expression/s-expression.rb

initialize ( loc ,
  val )

Atom#__evaluate__ / 2

#50 in abstract-syntax/core/expression/s-expression.rb

__evaluate__ ( _env ,
  _event )