Package org.apache.bcel.classfile
Class ParameterAnnotationEntry
java.lang.Object
org.apache.bcel.classfile.ParameterAnnotationEntry
- All Implemented Interfaces:
Node
represents one parameter annotation in the parameter annotation table
- Since:
- 6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnnotationEntry[]
(package private) static final ParameterAnnotationEntry[]
-
Constructor Summary
ConstructorsConstructorDescriptionParameterAnnotationEntry
(DataInput input, ConstantPool constantPool) Constructs object from input stream. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.static ParameterAnnotationEntry[]
void
dump
(DataOutputStream dos) returns the array of annotation entries in this annotation
-
Field Details
-
EMPTY_ARRAY
-
annotationTable
-
-
Constructor Details
-
ParameterAnnotationEntry
ParameterAnnotationEntry(DataInput input, ConstantPool constantPool) throws IOException Constructs object from input stream.- Parameters:
input
- Input stream- Throws:
IOException
- if an I/O error occurs.
-
-
Method Details
-
createParameterAnnotationEntries
-
accept
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects. -
dump
- Throws:
IOException
-
getAnnotationEntries
returns the array of annotation entries in this annotation
-