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

Overview
Module Structure
Class Hierarchy
Instance Methods
String#initialize / 2
String#to_s
String#__evaluate__ / 2
is a submodule of
module: Atom ( Umu::AbstractSyntax::Core::Expression::Unary )
has modular siblings
class: Abstract   
class: Bool   
module: Number   
class: Symbol   
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 )
  Symbol ( 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/string.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   
Abstract ( Umu::AbstractSyntax::Core::Expression )
has properties
method: evaluate / 1   
method: simple?   
method: __evaluate__ / 2   

Instance Methods

String#initialize / 2

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

initialize ( loc ,
  obj )

String#__evaluate__ / 2

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

__evaluate__ ( _env ,
  _event )