Next: , Previous:   [Contents][Index]

9 Processing an Ada Library by an ASIS-Based Tool

When an Ada unit to be processed by some ASIS-based tool makes use of an Ada library, you need to be aware of the following features of using Ada libraries with GNAT:

Therefore, there are two possibilities for an ASIS-based tool if processing (or avoiding processing) of Ada libraries is important for the functionality of the tool:

You can use Asis.Compilation_units.Unit_Origin to filter out Run-Time Library components.


Next: , Previous:   [Contents][Index]