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

Overview
Module Structure
Class Hierarchy
Instance Methods
Int#initialize / 2
Int#__desugar__ / 2
is a submodule of
module: Number ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom )
has modular siblings
class: Abstract   
class: Float   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom::Number )
has class siblings
  Float ( Umu::ConcreteSyntax::Core::Expression::Unary::Atom::Number )
has properties
method: initialize / 2   
method: __desugar__ / 2   
is defined at
#34 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
  module: Number
class: Abstract     
class: Int     
class: Float     

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

Int#initialize / 2

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

initialize ( loc ,
  obj )

Int#__desugar__ / 2

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

__desugar__ ( _env ,
  _event )