Class InnerClassesAttribute.InnerClassesEntry
java.lang.Object
kala.compress.harmony.unpack200.bytecode.InnerClassesAttribute.InnerClassesEntry
- Enclosing class:
InnerClassesAttribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInnerClassesEntry(CPClass innerClass, CPClass outerClass, CPUTF8 innerName, int flags) -
Method Summary
Modifier and TypeMethodDescriptionvoidresolve(ClassConstantPool pool) Determine the indices of the things in the receiver which point to elements of the ClassConstantPoolvoidwrite(DataOutputStream dos)
-
Field Details
-
Constructor Details
-
InnerClassesEntry
-
-
Method Details
-
resolve
Determine the indices of the things in the receiver which point to elements of the ClassConstantPool- Parameters:
pool- ClassConstantPool which holds the CPClass and CPUTF8 objects.
-
write
- Throws:
IOException
-