!editorial comment 126 !topic Generic child units of generic parents, traversal questions !reference ASIS 95-13.36, 13.35, 13.33, 15.26, 15.27 !from Gary Barnes 98-12-09 The following editorial changes were identified by Issue #102 of the same name: ============================================================================== Clause 13.36, Enclosing_Element, add just before the Application Note: -- Given the A_Declaration corresponding to the implicit redeclaration of -- a child generic for an instantiated parent generic, returns the expanded -- generic specification template from the parent generic instantiation -- corresponding to any implicit generic child unit specification given as -- an argument. Reference Manual 10.1.1(19). ============================================================================== Clause 13.35, Is_Part_Of_Instance, insert before the paragraph, "-- Returns False for a Nil_Element.": -- Returns False for any implicit generic child unit specifications or -- their subcomponents. Reference Manual 10.1.1(19). -- ============================================================================== Clause 13.33, Is_Part_Of_Implicit, insert before the paragraph, "-- Returns False for a Nil_Element, ...": -- Returns True for any implicit generic child unit specifications or their -- subcomponents. Reference Manual 10.1.1(19). -- ============================================================================== Clause 15.26, Corresponding_Declaration, insert before the paragraph, "-- The Enclosing_Element of the ...": -- Returns the declaration of the generic child unit corresponding to an -- implicit generic child unit specification. Reference Manual 10.1.1(19). -- Clause 15.27, Corresponding_Body, insert before the paragraph, "-- Returns A_Pragma ...": -- Returns Nil_Element for an implicit generic child unit specification. -- Reference Manual 10.1.1(19). -- ============================================================================== !resolution Accept.