![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Compile > Make Inline...The Compile > Make Inline command causes a collection of compilation units that are subunits or Ada 95 child units to become inlined into their parent units.
It works on a list of compilation units as follows:
- 1. . If it is a subunit, it is inlined into its parent at the point of the stub.
- 2. . If it is a child unit specification, it is inlined into its parent unit specification. Furthermore, if it has a body, that is treated as in 3 below.
- 3. . A child unit body is treated as follows:
- First the specification is inlined into the parent specification.
- Then, if the parent does not have a body, a body is created for the parent.
- Then the child unit body is inlined into the parent unit body.
In the directory viewer, choose this command to display the Make Inline dialog box.
More detailed information on this command is available in the Command Reference .
Make Inline Body Dialog Box Fields:
Units to inline Field
Specify the units for which you want to run Make Inline, and click OK or Apply.
In the language editor, this command operates on the current subunit. It can also denote a subunit by selecting the stub in its parent unit. To inline another subunit, press Control —— Compile > Make Inline. The Make Inline dialog box appears.
Command Line Interface: make_inline
Rational Software Corporation http://www.rational.com support@rational.com techpubs@rational.com Copyright © 1993-2001, Rational Software Corporation. All rights reserved. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |