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)
IllegalArgumentException
- if w is nullpublic int getSize()
getSize
in class ClassWriter.Element
public int copyInto(byte[] buf, int offset) throws IllegalArgumentException
copyInto
in class ClassWriter.Element
IllegalArgumentException
public void setRawTable(int[] classes) throws NullPointerException
IllegalArgumentException
- if classes is nullNullPointerException