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

Overview
Module Structure
Class Hierarchy
Instance Methods
Nil#to_s
Nil#__evaluate__ / 2
is a submodule of
module: SExpression ( Umu::AbstractSyntax::Core::Expression )
has modular siblings
class: Abstract   
class: Atom   
class: Embeded   
class: List   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::SExpression )
has class siblings
  Atom ( Umu::AbstractSyntax::Core::Expression::SExpression )
  Embeded ( Umu::AbstractSyntax::Core::Expression::SExpression )
  List ( Umu::AbstractSyntax::Core::Expression::SExpression )
has properties
method: to_s   
method: __evaluate__ / 2   
is defined at
#20 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 Methods

Nil#__evaluate__ / 2

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

__evaluate__ ( _env ,
  _event )