Class: Abstract (Umu::AbstractSyntax::Core::Expression::Binary)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Abstract#lhs_expr [R]
Abstract#rhs [R]
Instance Methods
Abstract#initialize / 3
is a submodule of
module: Binary ( Umu::AbstractSyntax::Core::Expression )
has modular siblings
class: KindOf   
class: Apply   
class: Pipe   
module: Product   
module: Send   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression )
is inherited by
  KindOf ( Umu::AbstractSyntax::Core::Expression::Binary )
  Apply ( Umu::AbstractSyntax::Core::Expression::Binary )
  Pipe ( Umu::AbstractSyntax::Core::Expression::Binary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Binary::Product )
  Entry ( Umu::AbstractSyntax::Core::Expression::Binary::Send )
has class siblings
  Unit ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Nary::If )
  Switch ( Umu::AbstractSyntax::Core::Expression::Nary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Nary::Lambda )
  Let ( Umu::AbstractSyntax::Core::Expression::Nary )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
  Abstract ( Umu::AbstractSyntax::Core::Expression::MemoStream )
  SuspendedStream ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::SExpression )
has properties
attribute: lhs_expr [R]   
attribute: rhs [R]   
method: initialize / 3   
is defined at
#16 in abstract-syntax/core/expression/binary/abstract.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  class: Abstract
  class: Unit
  module: Unary
class: Abstract     
  module: Binary
✗ class: Abstract
  class: KindOf
  class: Apply
  class: Pipe
  module: Product
class: Entry     
  module: Send
class: Entry     
  module: Nary
  module: If
class: Entry     
  class: Switch
  module: Lambda
class: Entry     
  class: Let
  module: Interval
class: Abstract     
  module: MemoStream
class: Abstract     
  class: SuspendedStream
  module: SExpression
class: Abstract     

Instance Attributes

Instance Methods

Abstract#initialize / 3

#20 in abstract-syntax/core/expression/binary/abstract.rb

initialize ( loc ,
  lhs_expr ,
  rhs )