java.io.Serializable, java.lang.Cloneable, Nodepublic class RuntimeVisibleAnnotations extends Annotations
constant_pool, length, name_index, tag| Constructor | Description |
|---|---|
RuntimeVisibleAnnotations(int name_index,
int length,
java.io.DataInputStream file,
ConstantPool constant_pool) |
| Modifier and Type | Method | Description |
|---|---|---|
Attribute |
copy(ConstantPool constant_pool) |
|
void |
dump(java.io.DataOutputStream dos) |
Dump attribute to file stream in binary format.
|
accept, getAnnotationEntries, getNumAnnotations, isRuntimeVisible, setAnnotationTable, writeAnnotationsaddAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toStringpublic RuntimeVisibleAnnotations(int name_index,
int length,
java.io.DataInputStream file,
ConstantPool constant_pool)
throws java.io.IOException
name_index - Index pointing to the name Codelength - Content length in bytesfile - Input streamconstant_pool - Array of constantsjava.io.IOExceptionpublic Attribute copy(ConstantPool constant_pool)