Uses of Class
org.apache.bcel.classfile.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
Modifier and TypeMethodDescriptionstatic ParameterAnnotationEntry[]
ParameterAnnotationEntry.createParameterAnnotationEntries
(Attribute[] attributes) Method.getParameterAnnotationEntries()
ParameterAnnotations.getParameterAnnotationEntries()
returns the array of parameter annotation entries in this parameter annotationfinal ParameterAnnotationEntry[]
ParameterAnnotations.getParameterAnnotationTable()
Modifier and TypeMethodDescriptionfinal void
ParameterAnnotations.setParameterAnnotationTable
(ParameterAnnotationEntry[] parameterAnnotationTable) void
DescendingVisitor.visitParameterAnnotationEntry
(ParameterAnnotationEntry obj) void
EmptyVisitor.visitParameterAnnotationEntry
(ParameterAnnotationEntry parameterAnnotationEntry) void
Visitor.visitParameterAnnotationEntry
(ParameterAnnotationEntry obj) ModifierConstructorDescriptionParameterAnnotations
(byte parameterAnnotationType, int nameIndex, int length, ParameterAnnotationEntry[] parameterAnnotationTable, ConstantPool constantPool) Constructs a new instance. -
Uses of ParameterAnnotationEntry in org.apache.bcel.verifier.statics
Modifier and TypeMethodDescriptionvoid
StringRepresentation.visitParameterAnnotationEntry
(ParameterAnnotationEntry obj)