Class: Entry (Umu::AbstractSyntax::Core::Expression::Nary::If)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Entry#rules [R]
Entry#else_expr [R]
Instance Methods
Entry#initialize / 3
Entry#to_s
Entry#pretty_print / 1
Entry#__evaluate__ / 2
is a submodule of
module: If ( Umu::AbstractSyntax::Core::Expression::Nary )
has modular siblings
class: Rule   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression )
has class siblings
  Unit ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Binary )
  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: rules [R]   
attribute: else_expr [R]   
method: initialize / 3   
method: to_s   
method: pretty_print / 1   
method: __evaluate__ / 2   
is defined at
#53 in abstract-syntax/core/expression/nary/if.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     
  module: Nary
  module: If
class: Rule     
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

Entry#initialize / 3

#57 in abstract-syntax/core/expression/nary/if.rb

initialize ( loc ,
  rules ,
  else_expr )

Entry#pretty_print / 1

#93 in abstract-syntax/core/expression/nary/if.rb

pretty_print ( q )

Entry#__evaluate__ / 2

#133 in abstract-syntax/core/expression/nary/if.rb

__evaluate__ ( env ,
  event )