Uses of Class
org.apache.bcel.classfile.ParameterAnnotationEntry
Packages that use ParameterAnnotationEntry
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
PassVerifier classes used internally by JustIce.
-
Uses of ParameterAnnotationEntry in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as ParameterAnnotationEntryModifier and TypeFieldDescription(package private) static final ParameterAnnotationEntry[]
ParameterAnnotationEntry.EMPTY_ARRAY
private ParameterAnnotationEntry[]
Method.parameterAnnotationEntries
Annotations defined on the parameters of a method.private ParameterAnnotationEntry[]
ParameterAnnotations.parameterAnnotationTable
Table of parameter annotationsMethods in org.apache.bcel.classfile that return ParameterAnnotationEntryModifier and TypeMethodDescriptionstatic ParameterAnnotationEntry[]
ParameterAnnotationEntry.createParameterAnnotationEntries
(Attribute[] attrs) Method.getParameterAnnotationEntries()
ParameterAnnotations.getParameterAnnotationEntries()
returns the array of parameter annotation entries in this parameter annotationfinal ParameterAnnotationEntry[]
ParameterAnnotations.getParameterAnnotationTable()
Methods in org.apache.bcel.classfile that return types with arguments of type ParameterAnnotationEntryMethods in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntryModifier and TypeMethodDescriptionfinal void
ParameterAnnotations.setParameterAnnotationTable
(ParameterAnnotationEntry[] parameterAnnotationTable) void
DescendingVisitor.visitParameterAnnotationEntry
(ParameterAnnotationEntry obj) void
EmptyVisitor.visitParameterAnnotationEntry
(ParameterAnnotationEntry parameterAnnotationEntry) void
Visitor.visitParameterAnnotationEntry
(ParameterAnnotationEntry obj) Constructors in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntryModifierConstructorDescriptionParameterAnnotations
(byte parameterAnnotationType, int nameIndex, int length, ParameterAnnotationEntry[] parameterAnnotationTable, ConstantPool constantPool) -
Uses of ParameterAnnotationEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ParameterAnnotationEntryModifier and TypeMethodDescriptionvoid
StringRepresentation.visitParameterAnnotationEntry
(ParameterAnnotationEntry obj)