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

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

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  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::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   
Abstract ( Umu::AbstractSyntax::Core::Expression::Unary )
has properties
attribute: obj [R]   
method: initialize / 2   
method: simple?   

Instance Methods

Int#initialize / 2

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

initialize ( loc ,
  obj )

Int#__evaluate__ / 2

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

__evaluate__ ( _env ,
  _event )