Class: Symbol (Umu::AbstractSyntax::Core::Expression::Unary::Atom)

Overview
Module Structure
Class Hierarchy
Instance Methods
Symbol#initialize / 2
Symbol#to_s
Symbol#__evaluate__ / 2
is a submodule of
module: Atom ( Umu::AbstractSyntax::Core::Expression::Unary )
has modular siblings
class: Abstract   
class: Bool   
module: Number   
class: String   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Atom )
has class siblings
  Bool ( Umu::AbstractSyntax::Core::Expression::Unary::Atom )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Atom::Number )
  String ( Umu::AbstractSyntax::Core::Expression::Unary::Atom )
has properties
method: initialize / 2   
method: to_s   
method: __evaluate__ / 2   
is defined at
#18 in abstract-syntax/core/expression/unary/atom/symbol.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  module: Unary
  module: Atom
  class: Abstract
  class: Bool
  module: Number
class: Abstract     
  class: String
✗ class: Symbol

Class Hierarchy

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

Instance Methods

Symbol#initialize / 2

#19 in abstract-syntax/core/expression/unary/atom/symbol.rb

initialize ( loc ,
  obj )

Symbol#__evaluate__ / 2

#33 in abstract-syntax/core/expression/unary/atom/symbol.rb

__evaluate__ ( _env ,
  _event )