This is the mail archive of the kawa@sources.redhat.com 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]

Simplifying type names


Using type-specifiers such as <java.util.Vector> in let-expressions
and function formal parameter lists and results, is there a way to
avoid having to write the entire package prefix? Like many other
Java programmers, some of my package prefixes are quite long -
e.g. <kb7.mm3.general.Term> - and it would ease writing and readability
(as long as one ensures there's no ambiguity) if only the class-name
suffix (<Vector> or <Term>) could be used. Any equivalent of Java's
'package' prefix?

Jocelyn Paine
http://www.ifs.org.uk/~popx/
+44 (0)7768 534 091 




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