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

Overview
Module Structure
Class Hierarchy
Instance Methods
Abstract#to_a
Abstract#head
Abstract#tail
is a submodule of
module: Identifier ( Umu::ConcreteSyntax::Module::Expression )
has modular siblings
class: Short   
class: Long   
inherits from
  Abstract ( Umu::ConcreteSyntax::Module::Expression )
is inherited by
  Short ( Umu::ConcreteSyntax::Module::Expression::Identifier )
  Long ( Umu::ConcreteSyntax::Module::Expression::Identifier )
has class siblings
  Struct ( Umu::ConcreteSyntax::Module::Expression )
has properties
method: to_a   
method: head   
method: tail   
is defined at
#16 in concrete-syntax/module/expression/identifier.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Module
  module: Expression
  class: Abstract
  class: Struct
  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 )
Struct ( Umu::ConcreteSyntax::Module::Expression )
Abstract ( Umu::ConcreteSyntax::Module::Expression::Identifier )
has properties
method: to_a   
method: head   
method: tail   
  Short     
  Long     

Instance Methods