Uses of Class
org.apache.bcel.classfile.ParameterAnnotations
Packages that use ParameterAnnotations
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 ParameterAnnotations in org.apache.bcel.classfile
Subclasses of ParameterAnnotations in org.apache.bcel.classfileModifier and TypeClassDescriptionclass
Represents a parameter annotation that is represented in the class file but is not provided to the JVM.class
Represents a parameter annotation that is represented in the class file and is provided to the JVM.Methods in org.apache.bcel.classfile with parameters of type ParameterAnnotationsModifier and TypeMethodDescriptionvoid
DescendingVisitor.visitParameterAnnotation
(ParameterAnnotations obj) void
EmptyVisitor.visitParameterAnnotation
(ParameterAnnotations obj) void
Visitor.visitParameterAnnotation
(ParameterAnnotations obj) -
Uses of ParameterAnnotations in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ParameterAnnotationsModifier and TypeMethodDescriptionvoid
StringRepresentation.visitParameterAnnotation
(ParameterAnnotations obj)