comp.lang.ada
 help / color / mirror / Atom feed
From: Martin Krischik <krischik@users.sourceforge.net>
Subject: Re: [Newbie] Amalgamate child units
Date: Sat, 12 Jun 2004 14:13:45 +0200
Date: 2004-06-12T14:13:45+02:00	[thread overview]
Message-ID: <1271455.s8Oe4yGFog@linux1.krischik.com> (raw)
In-Reply-To: mailman.98.1087033895.391.comp.lang.ada@ada-france.org

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




  reply	other threads:[~2004-06-12 12:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-12  9:40 [Newbie] Amalgamate child units PG
2004-06-12  9:51 ` Marius Amado Alves
2004-06-12 12:13   ` Martin Krischik [this message]
2004-06-12 13:46     ` Vinzent 'Gadget' Hoefler
2004-06-14  6:09       ` Martin Krischik
2004-06-14 19:02         ` Mark Lorenzen
2004-06-15  6:57           ` Vinzent 'Gadget' Hoefler
2004-06-12 12:23 ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox