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

Overview
Module Structure
Class Hierarchy
Instance Aliases
Atom#atom_value
Instance Methods
Atom#initialize / 2
Atom#to_s
Atom#pretty_print / 1
Atom#type_sym
Atom#desugar_for_rule / 2
is a submodule of
module: Case ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule )
has modular siblings
class: Abstract   
class: Datum   
class: Class   
module: Polymorph   
class: Entry   
inherits from
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case )
has class siblings
  Datum ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case )
  Class ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case )
  Abstract ( Umu::ConcreteSyntax::Core::Expression::Nary::Branch::Rule::Case::Polymorph )
has properties
alias: atom_value obj   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
method: type_sym   
method: desugar_for_rule / 2   
is defined at
#22 in concrete-syntax/core/expression/nary/branch/case/rule/atom.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: ConcreteSyntax
  module: Core
  module: Expression
  module: Nary
  module: Branch
  module: Rule
  module: Case
  class: Abstract
✗ class: Atom
  class: Datum
  class: Class
  module: Polymorph
class: Abstract     
  class: Entry

Instance Aliases

Atom#atom_value

#23 in concrete-syntax/core/expression/nary/branch/case/rule/atom.rb

atom_value obj   

Instance Methods

Atom#initialize / 2

#25 in concrete-syntax/core/expression/nary/branch/case/rule/atom.rb

initialize ( loc ,
  atom_value )

Atom#pretty_print / 1

#37 in concrete-syntax/core/expression/nary/branch/case/rule/atom.rb

pretty_print ( q )

Atom#desugar_for_rule / 2

#47 in concrete-syntax/core/expression/nary/branch/case/rule/atom.rb

desugar_for_rule ( env ,
  case_expr )