Uses of Class
mockit.asm.classes.ClassWriter
Packages that use ClassWriter
-
Uses of ClassWriter in mockit.asm.classes
Fields in mockit.asm.classes declared as ClassWriterModifier and TypeFieldDescriptionprotected final ClassWriter
WrappingClassVisitor.cw
The class visitor to which this visitor must delegate method calls.Constructors in mockit.asm.classes with parameters of type ClassWriterModifierConstructorDescriptionprotected
Constructs a new WrappingClassVisitor. -
Uses of ClassWriter in mockit.asm.fields
Constructors in mockit.asm.fields with parameters of type ClassWriterModifierConstructorDescriptionFieldVisitor
(ClassWriter cw, int access, String name, String desc, String signature, Object value) Initializes a new field visitor. -
Uses of ClassWriter in mockit.asm.methods
Fields in mockit.asm.methods declared as ClassWriterModifier and TypeFieldDescriptionfinal ClassWriter
MethodWriter.cw
The class writer to which this method must be added.Constructors in mockit.asm.methods with parameters of type ClassWriterModifierConstructorDescriptionMethodWriter
(ClassWriter cw, int access, String name, String desc, String signature, String[] exceptions, boolean computeFrames) Initializes this MethodWriter.