Uses of Class
mockit.asm.annotations.AnnotationVisitor
Packages that use AnnotationVisitor
Package
Description
-
Uses of AnnotationVisitor in mockit.asm
Fields in mockit.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitor
BaseWriter.annotations
The runtime visible annotations of this class/field/method.Methods in mockit.asm that return AnnotationVisitorModifier and TypeMethodDescriptionBaseWriter.visitAnnotation
(String desc) Visits an annotation of the class/field/method being visited.Methods in mockit.asm with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionprotected final void
AnnotatedReader.readAnnotationValues
(AnnotationVisitor av) -
Uses of AnnotationVisitor in mockit.asm.annotations
Methods in mockit.asm.annotations with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionstatic void
AnnotationVisitor.put
(ByteVector out, AnnotationVisitor[] anns) Puts the given annotation lists into the given byte vector.@org.checkerframework.checker.index.qual.NonNegative int
AnnotationReader.readNamedAnnotationValues
(@org.checkerframework.checker.index.qual.NonNegative int startingCodeIndex, AnnotationVisitor av) Reads the values of a named annotation and makes the given visitor visit them.void
AnnotationVisitor.setNext
(AnnotationVisitor next) Sets the visitor to thenext
annotation. -
Uses of AnnotationVisitor in mockit.asm.classes
Methods in mockit.asm.classes that return AnnotationVisitor -
Uses of AnnotationVisitor in mockit.asm.methods
Methods in mockit.asm.methods that return AnnotationVisitorModifier and TypeMethodDescriptionWrappingMethodVisitor.visitAnnotation
(String desc) MethodVisitor.visitParameterAnnotation
(@org.checkerframework.checker.index.qual.NonNegative int parameter, String desc) Visits an annotation on a parameter of the method being visited.MethodWriter.visitParameterAnnotation
(@org.checkerframework.checker.index.qual.NonNegative int parameter, String desc) final AnnotationVisitor
WrappingMethodVisitor.visitParameterAnnotation
(@org.checkerframework.checker.index.qual.NonNegative int parameter, String desc) -
Uses of AnnotationVisitor in mockit.internal.expectations.mocking
Methods in mockit.internal.expectations.mocking that return AnnotationVisitor