Package org.apache.bcel.classfile
Class RuntimeInvisibleParameterAnnotations
- java.lang.Object
-
- org.apache.bcel.classfile.Attribute
-
- org.apache.bcel.classfile.ParameterAnnotations
-
- org.apache.bcel.classfile.RuntimeInvisibleParameterAnnotations
-
public class RuntimeInvisibleParameterAnnotations extends ParameterAnnotations
Represents a parameter annotation that is represented in the class file but is not provided to the JVM.- Since:
- 6.0
-
-
Field Summary
-
Fields inherited from class org.apache.bcel.classfile.Attribute
constant_pool, length, name_index, tag
-
-
Constructor Summary
Constructors Constructor Description RuntimeInvisibleParameterAnnotations(int name_index, int length, DataInput input, ConstantPool constant_pool)
-
Method Summary
-
Methods inherited from class org.apache.bcel.classfile.ParameterAnnotations
accept, copy, dump, getParameterAnnotationEntries, getParameterAnnotationTable, setParameterAnnotationTable
-
Methods inherited from class org.apache.bcel.classfile.Attribute
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
-
-
-
-
Constructor Detail
-
RuntimeInvisibleParameterAnnotations
public RuntimeInvisibleParameterAnnotations(int name_index, int length, DataInput input, ConstantPool constant_pool) throws IOException
- Parameters:
name_index
- Index pointing to the name Codelength
- Content length in bytesinput
- Input streamconstant_pool
- Array of constants- Throws:
IOException
-
-