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.Elementpublic int copyInto(byte[] buf,
int offset)
throws IllegalArgumentException
copyInto in class ClassWriter.ElementIllegalArgumentExceptionpublic void setRawTable(int[] classes)
throws NullPointerException
IllegalArgumentException - if classes is nullNullPointerExceptionCopyright © 2019. All rights reserved.