This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

define namespace question


Hello All,
Is it possible to use define-namespace in a hierarchical manner?
For example I have a java package
a.b.c, which contains classes X, Y and Z.
I would like to declare the namespace u and be able to execute
(define-namespace "a.b.c")
(let ((x (u:X)) (y (u:Y)) (z (u:Z))
? ...
Creating new objects x, y and z.
Is this possible currently in kawa?

Thank you,
Dan Stanger
Eaton Vance Management
255 State Street
Boston, MA 02109
617 598 8261


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]