Class: Long (Umu::AbstractSyntax::Core::Expression::Unary::Identifier)

Overview
Module Structure
Class Hierarchy
Instance Aliases
Long#head_id
Instance Attributes
Long#tail_ids [R]
Instance Methods
Long#initialize / 3
Long#to_s
Long#__evaluate__ / 2
is a submodule of
module: Identifier ( Umu::AbstractSyntax::Core::Expression::Unary )
has modular siblings
class: Abstract   
class: Short   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Identifier )
has class siblings
  Short ( Umu::AbstractSyntax::Core::Expression::Unary::Identifier )
has properties
alias: head_id obj   
attribute: tail_ids [R]   
method: initialize / 3   
method: to_s   
method: __evaluate__ / 2   
is defined at
#50 in abstract-syntax/core/expression/unary/identifier.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  module: Unary
  module: Identifier
class: Abstract     
class: Short     
class: Long     

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 Aliases

Long#head_id

#51 in abstract-syntax/core/expression/unary/identifier.rb

head_id obj   

Instance Attributes

Instance Methods

Long#initialize / 3

#55 in abstract-syntax/core/expression/unary/identifier.rb

initialize ( loc ,
  head_id ,
  tail_ids )

Long#__evaluate__ / 2

#79 in abstract-syntax/core/expression/unary/identifier.rb

__evaluate__ ( env ,
  _event )