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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34ed393138557f01 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: [Newbie] Amalgamate child units Date: Sat, 12 Jun 2004 14:13:45 +0200 Organization: AdaCL Message-ID: <1271455.s8Oe4yGFog@linux1.krischik.com> References: <40cacf5b$0$12749$636a15ce@news.free.fr> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1087042463 06 27699 lhDZX51rUsMj7ee 040612 12:14:23 X-Complaints-To: usenet-abuse@t-online.de X-ID: rwiLerZH8eCE57dVuwA+DiI3iReY2FsXtPWgepSl+S0OqMEBVzp26e User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:1424 Date: 2004-06-12T14:13:45+02:00 List-Id: Marius Amado Alves wrote: >> When I want import some child units, like: >> with A, A.B, A.B.B1, A.B.B2, A.C, A.C.C1... >> >> is it possible to write: with A.* or something else ? > > No. If you think Java here remember that "with A.B.B1" loads a package and not just a class. So "with A.B.B1" really is a "import A.B.B1.*". With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com