Package org.prorefactor.refactor.wrapproc

Provides the Wrap Procedure Block refactoring.

See:
          Description

Class Summary
WrapProcedure Wrap the procedural (non declarative) code of a .p into an internal PROCEDURE.
 

Package org.prorefactor.refactor.wrapproc Description

Provides the Wrap Procedure Block refactoring.

This refactoring takes a procedural abc.p program file, and wraps all procedural code into an internal procedure named abc_main. A RUN statement is also added so that abc_main gets called when the .p is run.

Package Specification

Related Documentation



Copyright © 2008 Joanju Software. All Rights Reserved.