1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
@Part(attribs, Root="ada.mss")
@Comment{$Date: 2012/11/28 23:53:05 $}
@LabeledRevisedInformativeAnnex{Version=[2],New=[Language-Defined Aspects and Attributes],Old=[Language-Defined Attributes]}
@comment{$Source: e:\\cvsroot/ARM/Source/attribs.mss,v $}
@comment{$Revision: 1.16 $}
@begin{Intro}
@ChgRef{Version=[3],Kind=[AddedNormal],ARef=[AI05-0229-1]}
@ChgAdded{Version=[3],Text=[This annex summarizes the definitions given
elsewhere of the language-defined aspects and attributes. Some aspects have
corresponding attributes, as noted.]}
@end{Intro}
@LabeledAddedClause{Version=[3],Name=[Language-Defined Aspects]}
@begin{Intro}
@ChgRef{Version=[3],Kind=[AddedNormal],ARef=[AI05-0229-1],ARef=[AI05-0299-1]}
@ChgAdded{Version=[3],Text=[@Defn{aspect}This subclause summarizes the definitions
given elsewhere of the language-defined aspects. Aspects are properties of
entities that can be specified by the Ada program; unless otherwise
specified below, aspects can be specified
using an @nt{aspect_specification}.]}
@AddedAspectList{Version=[3]}
@end{Intro}
@LabeledAddedClause{Version=[3],Name=[Language-Defined Attributes]}
@begin{Intro}
@ChgRef{Version=[3],Kind=[Revised],ARef=[AI05-0229-1],ARef=[AI05-0299-1]}
@Defn{attribute}This @Chg{Version=[3],New=[subclause],Old=[annex]}
summarizes the definitions given elsewhere
of the language-defined attributes.@Chg{Version=[3],New=[ Attributes are
properties of entities that can be queried by an Ada program.],Old=[]}
@AttributeList
@end{Intro}
|