 DocAda(tm) is a productivity tool of KSCE
DocAda(tm) is a productivity tool of KSCE
 |
 |  |
 |  |
 |  |
 | 
 
About DocAda Light:
  Preface / Preliminary
/ Help
/ TOC
/ Copyright
DocAda Online at the Ada Home:
  Complete RM95
/ Updates
/ News
A package_renaming_declaration is used to rename a package.
Syntax
   
       package_renaming_declaration ::= package defining_program_unit_name renames package_name;
Legality Rules
The renamed entity shall be a package.
Static Semantics
A package_renaming_declaration declares a new view of the renamed package.
Examples
Example of renaming a package:
   
       package TM renames Table_Manager;
 
About DocAda Light:
  Preface / Preliminary
/ Help
/ TOC
/ Copyright
DocAda Online at the Ada Home:
  Complete RM95
/ Updates
/ News
 |
 |  |
 |  |
 |  |
 | 