public class RuntimeInvisibleParameterAnnotations extends ParameterAnnotations
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
constant_pool, length, name_index, tag| Constructor and Description |
|---|
RuntimeInvisibleParameterAnnotations(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, setParameterAnnotationTableaddAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toStringprivate static final long serialVersionUID
RuntimeInvisibleParameterAnnotations(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)