Lines Matching full:compilation
1 # Design documentation for compilation units, packages, and modules
5 …re structured as sequences of elements ready for compilation, i.e., compilation units. Each compil…
6 The compilation unit’s variables, functions, classes, interfaces, or other declarations are only ac…
8 A variable, function, class, interface, or other declarations exported from a different compilation…
10 There are three kinds of compilation units:
18 - Give a general picture of how compilation unit handling works within the compiler.
47 …be accessed in other modules/compilation units, including another package module belonging to the …
101 …directives make entities exported from other compilation units available for use in the current co…
104 * Import path that determines a compilation unit to import from;
105 …at entities, and in what form—qualified or unqualified—can be used by the current compilation unit.
127 The name of a compilation unit will be introduced as a result of import * as N where N is an identi…
168 …an use export modifiers that make the declarations accessible in other compilation units by using …
169 The declarations not marked as exported can be used only inside the compilation unit they are decla…
177 * Re-exporting declarations from other compilation units; or
235 …ows to specify the declaration which will be exported from the current compilation unit using its …