public class RuntimeVisibleParameterAnnotations extends ParameterAnnotations
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
constant_pool, length, name_index, tag
Constructor and Description |
---|
RuntimeVisibleParameterAnnotations(int name_index,
int length,
java.io.DataInputStream file,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool constant_pool) |
accept, dump, getNumParameterAnnotation, getParameterAnnotationEntries, getParameterAnnotationTable, setParameterAnnotationTable
addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
private static final long serialVersionUID
RuntimeVisibleParameterAnnotations(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.IOException
public Attribute copy(ConstantPool constant_pool)