comp.lang.ada
 help / color / mirror / Atom feed
From: Alessandro <busato@newtech.it>
Subject: Attributes
Date: 1998/10/29
Date: 1998-10-29T00:00:00+00:00	[thread overview]
Message-ID: <36388222.899A47F1@newtech.it> (raw)

does an attribute exist for getting a type from an object (i.e.
variable)?

example in objects renaming

package X is
        Zero : Integer;
end X;


with X;

procedure Alfa is

 XZero : Integer renames X.Zero;
 -- or if  the attribute exist
 -- XZero : X.Zero' .....     renames X.Zero

begin
...
end Alfa;

--------------------------
Thanks,

Alessandro
busato@newtech.it
Trieste (Italy)
NE&T





             reply	other threads:[~1998-10-29  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-29  0:00 Alessandro [this message]
1998-10-29  0:00 ` Attributes Tucker Taft
replies disabled

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