public final class InnerClassesWriter extends ClassWriter.Element
| Constructor and Description |
|---|
InnerClassesWriter(ClassWriter w)
Build an empty writer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
copyInto(byte[] buf,
int offset)
Copy the bytes into 'buf' at offset 'offset'.
|
int |
getSize() |
void |
setRawTable(int[] classes)
Set the raw values that make up this attribute
|
public InnerClassesWriter(ClassWriter w)
java.lang.IllegalArgumentException - if w is nullpublic int getSize()
getSize in class ClassWriter.Elementpublic int copyInto(byte[] buf,
int offset)
throws java.lang.IllegalArgumentException
copyInto in class ClassWriter.Elementjava.lang.IllegalArgumentExceptionpublic void setRawTable(int[] classes)
throws java.lang.NullPointerException
java.lang.IllegalArgumentException - if classes is nulljava.lang.NullPointerException