Module: Location (Umu)

Overview
Module Structure
Class Hierarchy
Constants
Location::INITIAL_LOCATION
Module Functions
Location.make_location / 2
Location.make_initial_location
is a submodule of
module: Umu   
is modularized into
class: Entry   
has modular siblings
module: Api   
module: Commander   
module: Lexical   
module: ConcreteSyntax   
module: AbstractSyntax   
module: Value   
module: Environment   
module: Abstraction   
module: Assertion   
module: Exception   
module: PrettyPrint   
module: Escape   
has properties
constant: INITIAL_LOCATION   
function: make_location / 2   
function: make_initial_location   
is defined at
#113 in common/constant.rb  
#10 in common/location.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Api
  module: Commander
  module: Lexical
  module: ConcreteSyntax
  module: AbstractSyntax
  module: Value
  module: Environment
  module: Abstraction
  module: Assertion
  module: Exception
✗ module: Location
class: Entry     
  module: PrettyPrint
  module: Escape

Class Hierarchy

Constants

Location::INITIAL_LOCATION

#55 in common/location.rb

INITIAL_LOCATION = Entry.new('', 0).freeze   

Module Functions

Location.make_location / 2

#60 in common/location.rb

make_location ( file_name ,
  line_num )

Location.make_initial_location

#68 in common/location.rb

make_initial_location