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

Overview
Module Structure
Class Hierarchy
Instance Aliases
Short#sym
Instance Methods
Short#initialize / 2
Short#to_s
Short#__desugar__ / 2
is a submodule of
module: Identifier ( Umu::ConcreteSyntax::Core::Expression::Unary )
has modular siblings
class: Abstract   
class: Long   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Unary::Identifier )
has class siblings
  Long ( Umu::ConcreteSyntax::Core::Expression::Unary::Identifier )
has properties
alias: sym obj   
method: initialize / 2   
method: to_s   
method: __desugar__ / 2   
is defined at
#22 in concrete-syntax/core/expression/unary/identifier.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  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::ConcreteSyntax )
has properties
method: pretty_print / 1   
method: desugar / 1   
method: __desugar__ / 2   

Instance Aliases

Instance Methods

Short#initialize / 2

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

initialize ( loc ,
  sym )

Short#__desugar__ / 2

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

__desugar__ ( _env ,
  _event )