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, writeAnnotations
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
public 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 constantsIOException
public Attribute copy(ConstantPool constant_pool)
public final void dump(DataOutputStream dos) throws IOException
Attribute
dump
in class Attribute
dos
- Output file streamIOException
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.