Uses of Class
mockit.asm.classes.ClassVisitor
Packages that use ClassVisitor
Package
Description
Contains the classes that implement the internal mechanisms of the toolkit, and as such are not intended for direct
use in client code.
-
Uses of ClassVisitor in mockit.asm.classes
Subclasses of ClassVisitor in mockit.asm.classesModifier and TypeClassDescriptionfinal class
AClassVisitor
that generates classes in bytecode form, that is, a byte array conforming to the Java class file format.class
Same asClassVisitor
, except it always wraps aClassWriter
.Methods in mockit.asm.classes with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor visitor) Makes the given visitor visit the Java class of this Class Reader. -
Uses of ClassVisitor in mockit.asm.fields
Constructors in mockit.asm.fields with parameters of type ClassVisitor -
Uses of ClassVisitor in mockit.asm.methods
Constructors in mockit.asm.methods with parameters of type ClassVisitor -
Uses of ClassVisitor in mockit.internal
Subclasses of ClassVisitor in mockit.internal -
Uses of ClassVisitor in mockit.internal.classGeneration
Subclasses of ClassVisitor in mockit.internal.classGenerationMethods in mockit.internal.classGeneration that return ClassVisitorModifier and TypeMethodDescriptionprotected ClassVisitor
ConcreteSubclass.createMethodBodyGenerator
(ClassReader typeReader) protected abstract ClassVisitor
ImplementationClass.createMethodBodyGenerator
(ClassReader cr) -
Uses of ClassVisitor in mockit.internal.expectations.mocking
Subclasses of ClassVisitor in mockit.internal.expectations.mockingModifier and TypeClassDescriptionfinal class
final class