Uses of Class
mockit.asm.util.ByteVector
Packages that use ByteVector
Package
Description
-
Uses of ByteVector in mockit.asm
Methods in mockit.asm with parameters of type ByteVectorModifier and TypeMethodDescriptionprotected voidBaseWriter.put(ByteVector out) protected static voidBaseWriter.put(ByteVector out, List<? extends BaseWriter> writers) voidSignatureWriter.put(ByteVector out) protected final voidBaseWriter.putAccess(ByteVector out, int baseMask) protected final voidBaseWriter.putAnnotations(ByteVector out) protected final voidBaseWriter.putMarkerAttributes(ByteVector out) -
Uses of ByteVector in mockit.asm.annotations
Methods in mockit.asm.annotations with parameters of type ByteVectorModifier and TypeMethodDescriptionvoidAnnotationVisitor.put(ByteVector out) Puts the annotations of this annotation writer list into the given byte vector.static voidAnnotationVisitor.put(ByteVector out, AnnotationVisitor[] anns) Puts the given annotation lists into the given byte vector. -
Uses of ByteVector in mockit.asm.constantPool
Methods in mockit.asm.constantPool with parameters of type ByteVectorModifier and TypeMethodDescriptionvoidAttributeWriter.put(ByteVector out) protected final voidAttributeWriter.put(ByteVector out, @NonNegative int size) voidConstantPoolGeneration.put(ByteVector out) -
Uses of ByteVector in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow with parameters of type ByteVectorModifier and TypeMethodDescriptionvoidLabel.put(ByteVector out, @NonNegative int source, boolean wideOffset) Puts a reference to this label in the bytecode of a method.voidStackMapTableWriter.put(ByteVector out) voidStackMapTableWriter.putMaxStackAndLocals(ByteVector out) Constructors in mockit.asm.controlFlow with parameters of type ByteVectorModifierConstructorDescriptionCFGAnalysis(ConstantPoolGeneration cp, String classDesc, ByteVector code, boolean computeFrames) -
Uses of ByteVector in mockit.asm.exceptionHandling
Methods in mockit.asm.exceptionHandling with parameters of type ByteVector -
Uses of ByteVector in mockit.asm.fields
Methods in mockit.asm.fields with parameters of type ByteVectorModifier and TypeMethodDescriptionprotected voidFieldVisitor.put(ByteVector out) Puts the content of this field into the given byte vector. -
Uses of ByteVector in mockit.asm.methods
Methods in mockit.asm.methods with parameters of type ByteVectorModifier and TypeMethodDescriptionprotected voidMethodWriter.put(ByteVector out) Puts the bytecode of this method in the given byte vector. -
Uses of ByteVector in mockit.asm.util
Methods in mockit.asm.util that return ByteVectorModifier and TypeMethodDescriptionByteVector.put11(int b1, int b2) Puts two bytes into this byte vector.ByteVector.put12(int b, int s) Puts a byte and a short into this byte vector.ByteVector.putByte(int b) Puts a byte into this byte vector.ByteVector.putInt(int i) Puts an int into this byte vector.ByteVector.putShort(int s) Puts a short into this byte vector.Methods in mockit.asm.util with parameters of type ByteVector