Class: Abstract (Umu::AbstractSyntax::Core::Declaration::Simple)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Abstract#sym [R]
Instance Methods
Abstract#initialize / 2
is a submodule of
module: Simple ( Umu::AbstractSyntax::Core::Declaration )
has modular siblings
class: Value   
class: Recursive   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Declaration )
is inherited by
  Value ( Umu::AbstractSyntax::Core::Declaration::Simple )
  Recursive ( Umu::AbstractSyntax::Core::Declaration::Simple )
has class siblings
  MutualRecursive ( Umu::AbstractSyntax::Core::Declaration )
  Import ( Umu::AbstractSyntax::Core::Declaration )
  SeqOfDeclaration ( Umu::AbstractSyntax::Core::Declaration )
has properties
attribute: sym [R]   
method: initialize / 2   
is defined at
#16 in abstract-syntax/core/declaration/simple.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Declaration
  class: Abstract
  module: Simple
class: Abstract     
class: Value     
class: Recursive     
  class: MutualRecursive
  class: Import
  class: SeqOfDeclaration

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::Declaration )
has properties
method: evaluate / 1   
method: __evaluate__ / 1   

Instance Attributes

Instance Methods

Abstract#initialize / 2

#20 in abstract-syntax/core/declaration/simple.rb

initialize ( loc ,
  sym )