Class: Left (Umu::ConcreteSyntax::Core::Expression::Binary::Infix::Pipe)

Overview
Module Structure
Class Hierarchy
Instance Methods
Left#__desugar__ / 2
is a submodule of
module: Pipe ( Umu::ConcreteSyntax::Core::Expression::Binary::Infix )
has modular siblings
class: Abstract   
class: Right   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Binary::Infix::Pipe )
has class siblings
  Right ( Umu::ConcreteSyntax::Core::Expression::Binary::Infix::Pipe )
has properties
method: __desugar__ / 2   
is defined at
#41 in concrete-syntax/core/expression/binary/infix/pipe.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Expression
  module: Binary
  module: Infix
  module: Pipe
class: Abstract     
class: Left     
class: Right     

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::Expression )
Abstract ( Umu::ConcreteSyntax::Core::Expression::Binary )
has properties
attribute: lhs [R]   
attribute: rhs [R]   
method: initialize / 3   
Abstract ( Umu::ConcreteSyntax::Core::Expression::Binary::Infix::Abstraction )
has properties
alias: lhs_opnd lhs   
attribute: opr_sym [R]   
alias: rhs_opnd rhs   
method: initialize / 4   
method: to_s   
method: pretty_print / 1   
WithRepetition ( Umu::ConcreteSyntax::Core::Expression::Binary::Infix::Abstraction )
includes
  Enumerable ( Builtin-Module )
has properties
alias: hd_rhs_opnd rhs_opnd   
attribute: tl_rhs_opnds [R]   
method: initialize / 5   
method: each   
method: to_s   
method: pretty_print / 1   

Instance Methods

Left#__desugar__ / 2

#45 in concrete-syntax/core/expression/binary/infix/pipe.rb

__desugar__ ( env ,
  event )