Uses of Class
org.apache.bcel.classfile.ParameterAnnotationEntry
-
Packages that use ParameterAnnotationEntry Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce. -
-
Uses of ParameterAnnotationEntry in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return ParameterAnnotationEntry Modifier and Type Method Description static ParameterAnnotationEntry[]ParameterAnnotationEntry. createParameterAnnotationEntries(Attribute[] attributes)ParameterAnnotationEntry[]Method. getParameterAnnotationEntries()ParameterAnnotationEntry[]ParameterAnnotations. getParameterAnnotationEntries()returns the array of parameter annotation entries in this parameter annotationParameterAnnotationEntry[]ParameterAnnotations. getParameterAnnotationTable()Methods in org.apache.bcel.classfile that return types with arguments of type ParameterAnnotationEntry Modifier and Type Method Description java.util.Iterator<ParameterAnnotationEntry>ParameterAnnotations. iterator()Methods in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntry Modifier and Type Method Description voidParameterAnnotations. setParameterAnnotationTable(ParameterAnnotationEntry[] parameterAnnotationTable)voidDescendingVisitor. visitParameterAnnotationEntry(ParameterAnnotationEntry obj)voidEmptyVisitor. visitParameterAnnotationEntry(ParameterAnnotationEntry parameterAnnotationEntry)voidVisitor. visitParameterAnnotationEntry(ParameterAnnotationEntry obj)Constructors in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntry Constructor Description ParameterAnnotations(byte parameterAnnotationType, int nameIndex, int length, ParameterAnnotationEntry[] parameterAnnotationTable, ConstantPool constantPool)Constructs a new instance. -
Uses of ParameterAnnotationEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ParameterAnnotationEntry Modifier and Type Method Description voidStringRepresentation. visitParameterAnnotationEntry(ParameterAnnotationEntry obj)
-