Module: Module (TmDoc::Transformer::ModuleIntoObject)

Overview
Module Structure
Module Functions
Module.transform_root_module / 2
Module.transform_module / 2
Module.transform_locations / 2
Module.transform_location / 2
Module.transform_constants / 3
Module.transform_properties / 4
Module.transform_modules_into_paths / 1
is a submodule of
module: ModuleIntoObject ( TmDoc::Transformer )
has modular siblings
module: Source   
module: Path   
has properties
function: transform_root_module / 2   
function: transform_module / 2   
function: transform_locations / 2   
function: transform_location / 2   
function: transform_constants / 3   
function: transform_properties / 4   
function: transform_modules_into_paths / 1   
is defined at
#14 in transformer/module-into-object/module.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Transformer
  module: ModuleIntoObject
module: Module     
module: Source     
module: Path     

Module Functions

Module.transform_root_module / 2

#18 in transformer/module-into-object/module.rb

transform_root_module ( mm_root_module ,
  mo_files )

Module.transform_module / 2

#74 in transformer/module-into-object/module.rb

transform_module ( mo_store ,
  mm_module )

Module.transform_locations / 2

#131 in transformer/module-into-object/module.rb

transform_locations ( mm_locations ,
  mo_files )

Module.transform_location / 2

#145 in transformer/module-into-object/module.rb

transform_location ( mm_location ,
  mo_files )

Module.transform_constants / 3

#158 in transformer/module-into-object/module.rb

transform_constants ( mm_constants ,
  mo_files ,
  mm_module )

Module.transform_properties / 4

#181 in transformer/module-into-object/module.rb

transform_properties ( mm_properties ,
  mo_files ,
  mm_module ,
  mm_map_of_property_to_uniq_num )

Module.transform_modules_into_paths / 1

#233 in transformer/module-into-object/module.rb

transform_modules_into_paths ( mm_modules )