Class: Variable (Umu::ConcreteSyntax::Module::Pattern)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Variable#var_sym [R]
Instance Methods
Variable#initialize / 2
Variable#to_s
Variable#exported_vars
Variable#__desugar_value__ / 3
is a submodule of
module: Pattern ( Umu::ConcreteSyntax::Module )
has modular siblings
class: Abstract   
inherits from
  Abstract ( Umu::ConcreteSyntax::Module::Pattern )
has properties
attribute: var_sym [R]   
method: initialize / 2   
method: to_s   
method: exported_vars   
method: __desugar_value__ / 3   
is defined at
#13 in concrete-syntax/module/pattern/variable.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Module
  module: Pattern
class: Abstract     
class: Variable     

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   
Abstract ( Umu::ConcreteSyntax::Module::Pattern )
has properties
method: desugar_value / 2   
method: exported_vars   
method: __desugar_value__ / 3   
Variable ( Umu::ConcreteSyntax::Module::Pattern )
has properties
attribute: var_sym [R]   
method: initialize / 2   
method: to_s   
method: exported_vars   
method: __desugar_value__ / 3   

Instance Attributes

Instance Methods

Variable#initialize / 2

#17 in concrete-syntax/module/pattern/variable.rb

initialize ( loc ,
  var_sym )

Variable#exported_vars

#31 in concrete-syntax/module/pattern/variable.rb

exported_vars

Variable#__desugar_value__ / 3

#38 in concrete-syntax/module/pattern/variable.rb

__desugar_value__ ( expr ,
  _env ,
  _event )