Class: SeqOfDeclaration (Umu::ConcreteSyntax::Core::Declaration)

Overview
Module Structure
Class Hierarchy
Instance Aliases
SeqOfDeclaration#to_a
Instance Attributes
SeqOfDeclaration#decls [R]
Instance Methods
SeqOfDeclaration#initialize / 2
SeqOfDeclaration#empty?
SeqOfDeclaration#+ / 1
SeqOfDeclaration#each
SeqOfDeclaration#to_s
SeqOfDeclaration#pretty_print / 1
SeqOfDeclaration#__desugar__ / 2
is a submodule of
module: Declaration ( Umu::ConcreteSyntax::Core )
has modular siblings
class: Abstract   
class: Assert   
class: Value   
module: Function   
class: Recursive   
includes
  Enumerable ( Builtin-Module )
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Declaration )
has class siblings
  Assert ( Umu::ConcreteSyntax::Core::Declaration )
  Value ( Umu::ConcreteSyntax::Core::Declaration )
  Abstract ( Umu::ConcreteSyntax::Core::Declaration::Function )
  Recursive ( Umu::ConcreteSyntax::Core::Declaration )
has properties
attribute: decls [R]   
method: initialize / 2   
method: empty?   
method: + / 1   
method: each   
alias: to_a decls   
method: to_s   
method: pretty_print / 1   
method: __desugar__ / 2   
is defined at
#14 in concrete-syntax/core/declaration/seq-of-declaration.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
module: Enumerable     
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Declaration
  class: Abstract
  class: Assert
  class: Value
  module: Function
class: Abstract     
  class: Recursive
✗ class: SeqOfDeclaration

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::Core::Declaration )
has properties
method: exported_vars   
Assert ( Umu::ConcreteSyntax::Core::Declaration )
Value ( Umu::ConcreteSyntax::Core::Declaration )
Abstract ( Umu::ConcreteSyntax::Core::Declaration::Function )
Recursive ( Umu::ConcreteSyntax::Core::Declaration )
SeqOfDeclaration ( Umu::ConcreteSyntax::Core::Declaration )
includes
  Enumerable ( Builtin-Module )
has properties
attribute: decls [R]   
method: initialize / 2   
method: empty?   
method: + / 1   
method: each   
alias: to_a decls   
method: to_s   
method: pretty_print / 1   
method: __desugar__ / 2   

Instance Aliases

SeqOfDeclaration#to_a

#51 in concrete-syntax/core/declaration/seq-of-declaration.rb

to_a decls   

Instance Attributes

Instance Methods

SeqOfDeclaration#initialize / 2

#20 in concrete-syntax/core/declaration/seq-of-declaration.rb

initialize ( loc ,
  decls )

SeqOfDeclaration#+ / 1

#35 in concrete-syntax/core/declaration/seq-of-declaration.rb

+ ( other )

SeqOfDeclaration#pretty_print / 1

#59 in concrete-syntax/core/declaration/seq-of-declaration.rb

pretty_print ( q )

SeqOfDeclaration#__desugar__ / 2

#66 in concrete-syntax/core/declaration/seq-of-declaration.rb

__desugar__ ( env ,
  event )