gnu.bytecode
public class InnerClassesAttr extends Attribute
Constructor Summary | |
---|---|
InnerClassesAttr(ClassType cl) Add a new InnerClassesAttr to a ClassType. | |
InnerClassesAttr(short[] data, ClassType cl) |
Method Summary | |
---|---|
int | getLength() Return the length of the attribute in bytes.
|
void | print(ClassTypeWriter dst) |
void | write(DataOutputStream dstr) Write out the contents of the Attribute.
|