Class: Entry (Umu::ConcreteSyntax::Core::Pattern::Container::Product::Named)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Entry#index_by_label [R]
Instance Methods
Entry#initialize / 2
Entry#each
Entry#to_s
Entry#pretty_print / 1
Entry#__type_sym__
Entry#__make_selector__ / 3
is a submodule of
module: Named ( Umu::ConcreteSyntax::Core::Pattern::Container::Product )
has modular siblings
class: Label   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Pattern::Container::Product )
has class siblings
  Tuple ( Umu::ConcreteSyntax::Core::Pattern::Container::Product )
has properties
attribute: index_by_label [R]   
method: initialize / 2   
method: each   
method: to_s   
method: pretty_print / 1   
method: __type_sym__   
method: __make_selector__ / 3   
is defined at
#186 in concrete-syntax/core/pattern/container/product.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Pattern
  module: Container
  module: Product
  class: Abstract
  class: Tuple
  module: Named
class: Label     
class: Entry     

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   
Abstract ( Umu::ConcreteSyntax::Core::Pattern )
has properties
method: pretty_print / 1   
method: exported_vars   
method: desugar_value / 2   
method: desugar_lambda / 2   
method: __desugar_value__ / 3   
method: __desugar_lambda__ / 3   
Abstract ( Umu::ConcreteSyntax::Core::Pattern::Container )
includes
  Enumerable ( Builtin-Module )
has properties
attribute: array [R]   
method: initialize / 2   
method: each   
method: __gen_sym__ / 1   
Abstract ( Umu::ConcreteSyntax::Core::Pattern::Container::Product )
has properties
alias: pats array   
method: exported_vars   
method: __desugar_value__ / 3   
method: __desugar_lambda__ / 3   
method: __desugar_pattern__ / 1   
method: __type_sym__   
method: __make_selector__ / 3   
Tuple ( Umu::ConcreteSyntax::Core::Pattern::Container::Product )
Entry ( Umu::ConcreteSyntax::Core::Pattern::Container::Product::Named )
has properties
attribute: index_by_label [R]   
method: initialize / 2   
method: each   
method: to_s   
method: pretty_print / 1   
method: __type_sym__   
method: __make_selector__ / 3   
Label ( Umu::ConcreteSyntax::Core::Pattern::Container::Product::Named )

Instance Attributes

Instance Methods

Entry#initialize / 2

#190 in concrete-syntax/core/pattern/container/product.rb

initialize ( loc ,
  fields )

Entry#pretty_print / 1

#246 in concrete-syntax/core/pattern/container/product.rb

pretty_print ( q )

Entry#__type_sym__

#253 in concrete-syntax/core/pattern/container/product.rb

__type_sym__

Entry#__make_selector__ / 3

#258 in concrete-syntax/core/pattern/container/product.rb

__make_selector__ ( loc ,
  _index ,
  fpat )