Class: Structure (Umu::ConcreteSyntax::Module::Declaration)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Structure#pat [R]
Structure#expr [R]
Structure#local_decls [R]
Instance Methods
Structure#initialize / 4
Structure#to_s
Structure#pretty_print / 1
Structure#exported_vars
Structure#__desugar__ / 2
is a submodule of
module: Declaration ( Umu::ConcreteSyntax::Module )
has modular siblings
class: Abstract   
module: Import   
class: Core   
inherits from
  Abstract ( Umu::ConcreteSyntax::Module::Declaration )
has class siblings
  Entry ( Umu::ConcreteSyntax::Module::Declaration::Import )
  Core ( Umu::ConcreteSyntax::Module::Declaration )
has properties
attribute: pat [R]   
attribute: expr [R]   
attribute: local_decls [R]   
method: initialize / 4   
method: to_s   
method: pretty_print / 1   
method: exported_vars   
method: __desugar__ / 2   
is defined at
#22 in concrete-syntax/module/declaration.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Module
  module: Declaration
  class: Abstract
✗ class: Structure
  module: Import
class: Entry     
  class: Core

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::Declaration )
has properties
method: exported_vars   
Structure ( Umu::ConcreteSyntax::Module::Declaration )
has properties
attribute: pat [R]   
attribute: expr [R]   
attribute: local_decls [R]   
method: initialize / 4   
method: to_s   
method: pretty_print / 1   
method: exported_vars   
method: __desugar__ / 2   
Entry ( Umu::ConcreteSyntax::Module::Declaration::Import )
Core ( Umu::ConcreteSyntax::Module::Declaration )

Instance Attributes

Structure#local_decls [R]

#23 in concrete-syntax/module/declaration.rb

Instance Methods

Structure#initialize / 4

#26 in concrete-syntax/module/declaration.rb

initialize ( loc ,
  pat ,
  expr ,
  local_decls )

Structure#pretty_print / 1

#56 in concrete-syntax/module/declaration.rb

pretty_print ( q )

Structure#exported_vars

#71 in concrete-syntax/module/declaration.rb

exported_vars

Structure#__desugar__ / 2

#78 in concrete-syntax/module/declaration.rb

__desugar__ ( env ,
  event )