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
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.static ParameterAnnotationEntry[]createParameterAnnotationEntries(Attribute[] attributes) Creates parameter annotation entries from attributes.voiddump(DataOutputStream dos) Dumps parameter annotation entry to file stream.Gets the annotation entries.
-
Method Details
-
createParameterAnnotationEntries
Creates parameter annotation entries from attributes.- Parameters:
attributes- The attributes.- Returns:
- The parameter annotation entries.
-
accept
-
dump
Dumps parameter annotation entry to file stream.- Parameters:
dos- Output file stream.- Throws:
IOException- Thrown if an I/O error occurs.
-
getAnnotationEntries
Gets the annotation entries.- Returns:
- The array of annotation entries in this annotation.
-