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

Overview
Module Structure
Class Hierarchy
Instance Aliases
Short#sym
Instance Methods
Short#initialize / 2
Short#to_s
Short#__evaluate__ / 2
is a submodule of
module: Identifier ( Umu::AbstractSyntax::Core::Expression::Unary )
has modular siblings
class: Abstract   
class: Long   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Identifier )
has class siblings
  Long ( Umu::AbstractSyntax::Core::Expression::Unary::Identifier )
has properties
alias: sym obj   
method: initialize / 2   
method: to_s   
method: __evaluate__ / 2   
is defined at
#22, #123 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

Instance Methods

Short#initialize / 2

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

initialize ( loc ,
  sym )

Short#__evaluate__ / 2

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

__evaluate__ ( env ,
  _event )