Uses of Class
org.apache.bcel.classfile.ParameterAnnotationEntry
Packages that use ParameterAnnotationEntry
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
Provides PassVerifier classes used internally by JustIce.
-
Uses of ParameterAnnotationEntry in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as ParameterAnnotationEntryModifier and TypeFieldDescriptionprivate ParameterAnnotationEntry[]ParameterAnnotations.parameter_annotation_tableTable of parameter annotationsprivate ParameterAnnotationEntry[]Method.parameterAnnotationEntriesMethods 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 with parameters of type ParameterAnnotationEntryModifier and TypeMethodDescriptionfinal voidParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table) voidDescendingVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) voidEmptyVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry parameterAnnotationEntry) voidVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) Constructors in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntryModifierConstructorDescriptionParameterAnnotations(byte parameter_annotation_type, int name_index, int length, ParameterAnnotationEntry[] parameter_annotation_table, ConstantPool constant_pool) -
Uses of ParameterAnnotationEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ParameterAnnotationEntryModifier and TypeMethodDescriptionvoidStringRepresentation.visitParameterAnnotationEntry(ParameterAnnotationEntry obj)