Class: Cons (Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case::Polymorph)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Cons#head_pat [R]
Cons#tail_pat [R]
Instance Methods
Cons#initialize / 4
Cons#type_sym
Cons#to_s
Cons#pretty_print / 1
is a submodule of
module: Polymorph ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case )
has modular siblings
class: Abstract   
class: Nil   
class: Otherwise   
class: Unmatch   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case::Polymorph )
has class siblings
  Nil ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case::Polymorph )
has properties
attribute: head_pat [R]   
attribute: tail_pat [R]   
method: initialize / 4   
method: type_sym   
method: to_s   
method: pretty_print / 1   
is defined at
#494 in concrete-syntax/core/expression/nary/branch/case/rule/polymoph.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Expression
  module: Nary
  module: Branch
  module: Rule
  module: Case
  module: Polymorph
class: Abstract     
class: Nil     
class: Cons     
class: Otherwise     
class: Unmatch     

Instance Attributes

Instance Methods

Cons#initialize / 4

#497 in concrete-syntax/core/expression/nary/branch/case/rule/polymoph.rb

initialize ( loc ,
  head_pat ,
  tail_pat ,
  opt_body_type_sym )

Cons#pretty_print / 1

#522 in concrete-syntax/core/expression/nary/branch/case/rule/polymoph.rb

pretty_print ( q )