Class: ByLabel (Umu::AbstractSyntax::Core::Expression::Binary::Product::Operator)

Overview
Module Structure
Class Hierarchy
Instance Aliases
ByLabel#sel_sym
Instance Methods
ByLabel#initialize / 2
ByLabel#to_s
ByLabel#pretty_print / 1
ByLabel#apply / 3
is a submodule of
module: Operator ( Umu::AbstractSyntax::Core::Expression::Binary::Product )
has modular siblings
module: Abstraction   
class: ByNumber   
class: Modifier   
inherits from
  Selector ( Umu::AbstractSyntax::Core::Expression::Binary::Product::Operator::Abstraction )
has class siblings
  ByNumber ( Umu::AbstractSyntax::Core::Expression::Binary::Product::Operator )
  Modifier ( Umu::AbstractSyntax::Core::Expression::Binary::Product::Operator )
has properties
alias: sel_sym sel   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
method: apply / 3   
is defined at
#89 in abstract-syntax/core/expression/binary/product.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  module: Binary
  module: Product
  module: Operator
  module: Abstraction
class: Selector     
  class: ByNumber
✗ class: ByLabel
  class: Modifier

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   

Instance Aliases

ByLabel#sel_sym

#90 in abstract-syntax/core/expression/binary/product.rb

sel_sym sel   

Instance Methods

ByLabel#initialize / 2

#92 in abstract-syntax/core/expression/binary/product.rb

initialize ( loc ,
  sel_sym )

ByLabel#pretty_print / 1

#104 in abstract-syntax/core/expression/binary/product.rb

pretty_print ( q )

ByLabel#apply / 3

#109 in abstract-syntax/core/expression/binary/product.rb

apply ( value ,
  env ,
  _event )