Uses of Class
org.apache.bcel.classfile.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
StringRepresentation.visitParameterAnnotation
(ParameterAnnotations obj)