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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,63fa88e2f1a3ebea X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g44g2000cwa.googlegroups.com!not-for-mail From: zw@cs.man.ac.uk Newsgroups: comp.lang.ada Subject: Re: Universal type in Ada Date: 16 Jun 2005 06:13:13 -0700 Organization: http://groups.google.com Message-ID: <1118927593.623683.105940@g44g2000cwa.googlegroups.com> References: <6x57sZABaxNz@eisner.encompasserve.org> NNTP-Posting-Host: 130.88.192.82 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1118927598 3053 127.0.0.1 (16 Jun 2005 13:13:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Jun 2005 13:13:18 +0000 (UTC) In-Reply-To: <6x57sZABaxNz@eisner.encompasserve.org> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g44g2000cwa.googlegroups.com; posting-host=130.88.192.82; posting-account=Z5_cDw0AAAAiVsYHnsUBMTESnujcktdr Xref: g2news1.google.com comp.lang.ada:11416 Date: 2005-06-16T06:13:13-07:00 List-Id: Yes, I am trying to transfer a program in Java to Ada. Because as far as I know there is no reflection mechanisms in Ada, so what I do is to try to create a new API for reflection in Ada that would do someting similar to java.lang.reflect