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
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,Node
public class RuntimeInvisibleParameterAnnotations extends ParameterAnnotations
represents a parameter annotation that is represented in the class file but is not provided to the JVM.- Since:
- 5.3
- Version:
- $Id: RuntimeInvisibleParameterAnnotations
- Author:
- D. Brosius
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.bcel.classfile.Attribute
constant_pool, length, name_index, tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute
copy(ConstantPool constant_pool)
-
Methods inherited from class org.apache.bcel.classfile.ParameterAnnotations
accept, getNumParameterAnnotation, getParameterAnnotationEntries, getParameterAnnotationTable, setParameterAnnotationTable
-
Methods inherited from class org.apache.bcel.classfile.Attribute
addAttributeReader, clone, dump, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
-
-
-
-
Method Detail
-
copy
public Attribute copy(ConstantPool constant_pool)
-
-