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]

Re: How get access to nested class?


Yaroslav Kavenchuk wrote:
for example - java.net.Proxy.Type [http://java.sun.com/javase/6/docs/api/java/net/Proxy.Type.html]

#|kawa:9|# java.net.Proxy.Type
unbound location java.net.Proxy.Type

Try: java.net.Proxy$Type

(This isn't designed - it's just how nested classes are translated
by javac to internal names.)
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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