Class: Long (Umu::ConcreteSyntax::Module::Expression::Identifier)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Long#head [R]
Long#tail [R]
Instance Methods
Long#initialize / 3
Long#to_s
Long#__desugar__ / 2
is a submodule of
module: Identifier ( Umu::ConcreteSyntax::Module::Expression )
has modular siblings
class: Abstract   
class: Short   
inherits from
  Abstract ( Umu::ConcreteSyntax::Module::Expression::Identifier )
has class siblings
  Short ( Umu::ConcreteSyntax::Module::Expression::Identifier )
has properties
attribute: head [R]   
attribute: tail [R]   
method: initialize / 3   
method: to_s   
method: __desugar__ / 2   
is defined at
#71 in concrete-syntax/module/expression/identifier.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Module
  module: Expression
  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   
Abstract ( Umu::ConcreteSyntax::Module )
Abstract ( Umu::ConcreteSyntax::Module::Expression )
Abstract ( Umu::ConcreteSyntax::Module::Expression::Identifier )
has properties
method: to_a   
method: head   
method: tail   
Short ( Umu::ConcreteSyntax::Module::Expression::Identifier )
Long ( Umu::ConcreteSyntax::Module::Expression::Identifier )
has properties
attribute: head [R]   
attribute: tail [R]   
method: initialize / 3   
method: to_s   
method: __desugar__ / 2   

Instance Attributes

Instance Methods

Long#initialize / 3

#75 in concrete-syntax/module/expression/identifier.rb

initialize ( loc ,
  head ,
  tail )

Long#__desugar__ / 2

#100 in concrete-syntax/module/expression/identifier.rb

__desugar__ ( env ,
  event )