public class RuntimeInvisibleAnnotations extends Annotations
constant_pool, length, name_index, tag| Constructor and Description |
|---|
RuntimeInvisibleAnnotations(int name_index,
int length,
DataInput input,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
copy(ConstantPool constant_pool) |
void |
dump(DataOutputStream dos)
Dump attribute to file stream in binary format.
|
accept, getAnnotationEntries, getNumAnnotations, isRuntimeVisible, setAnnotationTable, writeAnnotationsaddAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toStringpublic RuntimeInvisibleAnnotations(int name_index,
int length,
DataInput input,
ConstantPool constant_pool)
throws IOException
name_index - Index pointing to the name Codelength - Content length in bytesinput - Input streamconstant_pool - Array of constantsIOExceptionpublic Attribute copy(ConstantPool constant_pool)
public final void dump(DataOutputStream dos) throws IOException
Attributedump in class Attributedos - Output file streamIOExceptionCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.