Class: Abstract (Umu::ConcreteSyntax::Core::Expression::Unary::Atom::Number)

Overview
Module Structure
Class Hierarchy
Instance Methods
Abstract#initialize / 2
Abstract#to_s
is a submodule of
module: Number ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom )
has modular siblings
class: Int   
class: Float   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom )
is inherited by
  Int ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom::Number )
  Float ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom::Number )
has class siblings
  String ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom )
  Symbol ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom )
has properties
method: initialize / 2   
method: to_s   
is defined at
#20 in concrete-syntax/core/expression/unary/atom/number.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Expression
  module: Unary
  module: Atom
  class: Abstract
  module: Number
class: Abstract     
class: Int     
class: Float     
  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::ConcreteSyntax )
has properties
method: pretty_print / 1   
method: desugar / 1   
method: __desugar__ / 2   

Instance Methods

Abstract#initialize / 2

#21 in concrete-syntax/core/expression/unary/atom/number.rb

initialize ( loc ,
  obj )