Class: HasHead (Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Abstraction)

Overview
Module Structure
Class Hierarchy
Instance Attributes
HasHead#head [R]
HasHead#body_expr [R]
Instance Methods
HasHead#initialize / 3
HasHead#to_s
HasHead#pretty_print / 1
is a submodule of
module: Abstraction ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule )
has modular siblings
class: Abstract   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Abstraction )
is inherited by
  If ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule )
  Cond ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule )
  Entry ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case )
has class siblings
  Otherwise ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case::Polymorph )
  Unmatch ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case::Polymorph )
has properties
attribute: head [R]   
attribute: body_expr [R]   
method: initialize / 3   
method: to_s   
method: pretty_print / 1   
is defined at
#35 in concrete-syntax/core/expression/nary/branch/abstraction.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Expression
  module: Nary
  module: Branch
  module: Rule
  module: Abstraction
class: Abstract     
class: HasHead     
  class: If
  class: Cond
  module: Case
  module: Polymorph
class: Otherwise     
class: Unmatch     
  class: Entry

Instance Attributes

Instance Methods

HasHead#initialize / 3

#39 in concrete-syntax/core/expression/nary/branch/abstraction.rb

initialize ( loc ,
  head ,
  body_expr )

HasHead#pretty_print / 1

#55 in concrete-syntax/core/expression/nary/branch/abstraction.rb

pretty_print ( q )