public class RuntimeInvisibleAnnotations extends Annotations
constant_pool, EMPTY_ARRAY, length, name_index, tag| Constructor and Description |
|---|
RuntimeInvisibleAnnotations(int nameIndex,
int length,
DataInput input,
ConstantPool constantPool) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
copy(ConstantPool constantPool) |
void |
dump(DataOutputStream dos)
Dump attribute to file stream in binary format.
|
accept, getAnnotationEntries, getNumAnnotations, isRuntimeVisible, iterator, setAnnotationTable, toString, writeAnnotationsaddAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic RuntimeInvisibleAnnotations(int nameIndex, int length, DataInput input, ConstantPool constantPool) throws IOException
nameIndex - Index pointing to the name Codelength - Content length in bytesinput - Input streamconstantPool - Array of constantsIOExceptionpublic Attribute copy(ConstantPool constantPool)
copy in class Annotationspublic final void dump(DataOutputStream dos) throws IOException
Attributedump in class Attributedos - Output file streamIOException - if an I/O error occurs.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.