Class: If (Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule)

Overview
Module Structure
Class Hierarchy
Instance Aliases
If#head_expr
Instance Methods
If#initialize / 3
If#to_s
If#pretty_print / 1
is a submodule of
module: Rule ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch )
has modular siblings
module: Abstraction   
class: Cond   
module: Case   
inherits from
  HasHead ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Abstraction )
has class siblings
  Cond ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule )
  Entry ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case )
has properties
alias: head_expr head   
method: initialize / 3   
method: to_s   
method: pretty_print / 1   
is defined at
#20 in concrete-syntax/core/expression/nary/branch/if.rb  

Overview

Module Structure

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

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   
Abstract ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Abstraction )
has properties
method: line_num   
method: desugar_poly_rule / 1   
HasHead ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Abstraction )
has properties
attribute: head [R]   
attribute: body_expr [R]   
method: initialize / 3   
method: to_s   
method: pretty_print / 1   

Instance Aliases

If#head_expr

#21 in concrete-syntax/core/expression/nary/branch/if.rb

head_expr head   

Instance Methods

If#initialize / 3

#23 in concrete-syntax/core/expression/nary/branch/if.rb

initialize ( loc ,
  head_expr ,
  body_expr )

If#pretty_print / 1

#36 in concrete-syntax/core/expression/nary/branch/if.rb

pretty_print ( q )