comp.lang.ada
 help / color / mirror / Atom feed
From: "Jean-Pierre Rosen" <rosen@adalog.fr>
Subject: Re: with child: access to parent
Date: Mon, 8 Oct 2001 12:51:06 +0200
Date: 2001-10-08T12:51:06+02:00	[thread overview]
Message-ID: <9ps0jh$ipm$1@s1.read.news.oleane.net> (raw)
In-Reply-To: X4ku7.7990$Eq3.3697458203@newssvr11.news.prodigy.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 603 bytes --]


"Pat Rogers" <progers@classwide.com> a �crit dans le message news: X4ku7.7990$Eq3.3697458203@newssvr11.news.prodigy.com...
> > does this mean, that
> >
> > with a.b.c.d;
> >
> > is equivalent to
> >
> > with a;
> > with a.b;
> > with a.b.c;
> > with a.b.c.d;
>
> Yes, exactly right.
>
Note however that if you really want the child and not the parents, you can do the following:

with a.b.c.d;
package a_b_c_d renames a.b.c.d;

with a_b_c_d;
...

--
---------------------------------------------------------
           J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr





  reply	other threads:[~2001-10-08 10:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-02 10:06 with child: access to parent Peter Hermann
2001-10-02 10:49 ` Pat Rogers
2001-10-02 12:53   ` Marc A. Criley
2001-10-02 14:25     ` Peter Hermann
2001-10-02 14:44       ` Pat Rogers
2001-10-02 14:10   ` Peter Hermann
2001-10-02 14:17     ` Ted Dennison
2001-10-02 15:17       ` Wes Groleau
2001-10-02 16:14         ` Peter Hermann
2001-10-12 13:58         ` Simon Wright
2001-10-02 14:22     ` Pat Rogers
2001-10-08 10:51       ` Jean-Pierre Rosen [this message]
2001-10-11 15:07         ` Peter Hermann
2001-10-11 14:54           ` Pat Rogers
2001-10-03  0:34     ` dale
replies disabled

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