From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cdaa3abe008a8f57 X-Google-Attributes: gid103376,public From: robert_dewar@my-dejanews.com Subject: Re: Ada Type Information Date: 1999/03/09 Message-ID: <7c289g$fm1$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 452834185 References: <36E03843.3AD74457@lmco.com> <7bpohc$j2t$1@nnrp1.dejanews.com> <36E3DAB9.7D492027@lmco.com> X-Http-Proxy: 1.0 x10.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Mar 09 04:32:48 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-03-09T00:00:00+00:00 List-Id: In article <36E3DAB9.7D492027@lmco.com>, Sam Carnicelli wrote: > This tells me the layout of the record, but not the types > of the components. Assume I was trying to write a > graphical debugger and wanted to display an object of > this type to the user. Would this data be sufficient? I > would also need type information. If one of the > components of record type r was itelf a record, I would > need to decompose it further, and so on... Semantic information of this kind is of course available via the ASIS interface (that is the purpose of this interface). Put together with the -gnatR information, it will give you what you want -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own