classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The "InnerClasses" attribute


From: Patrick Doyle
Subject: The "InnerClasses" attribute
Date: Thu, 2 Aug 2001 10:07:18 -0400 (EDT)

Thanks to everyone who replied regarding the handling of inner classes.
The answer is in section 4.7.5 of the JVM spec, which defines the
"InnerClasses" attribute to contain all the information the JVM needs to
work out all the inner class relationships.

I'm not sure how I missed that particular attribute, since I did rememeber
to put all the others in my classfile parser.

--
Patrick Doyle
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]