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

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

Float#initialize / 2

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

initialize ( loc ,
  obj )

Float#__desugar__ / 2

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

__desugar__ ( _env ,
  _event )