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 void
BaseWriter.put
(ByteVector out) protected static void
BaseWriter.put
(ByteVector out, List<? extends BaseWriter> writers) void
SignatureWriter.put
(ByteVector out) protected final void
BaseWriter.putAccess
(ByteVector out, int baseMask) protected final void
BaseWriter.putAnnotations
(ByteVector out) protected final void
BaseWriter.putMarkerAttributes
(ByteVector out) -
Uses of ByteVector in mockit.asm.annotations
Methods in mockit.asm.annotations with parameters of type ByteVectorModifier and TypeMethodDescriptionvoid
AnnotationVisitor.put
(ByteVector out) Puts the annotations of this annotation writer list into the given byte vector.static void
AnnotationVisitor.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 TypeMethodDescriptionvoid
AttributeWriter.put
(ByteVector out) protected final void
AttributeWriter.put
(ByteVector out, @org.checkerframework.checker.index.qual.NonNegative int size) void
ConstantPoolGeneration.put
(ByteVector out) -
Uses of ByteVector in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow with parameters of type ByteVectorModifier and TypeMethodDescriptionvoid
Label.put
(ByteVector out, @org.checkerframework.checker.index.qual.NonNegative int source, boolean wideOffset) Puts a reference to this label in the bytecode of a method.void
StackMapTableWriter.put
(ByteVector out) void
StackMapTableWriter.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 void
FieldVisitor.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 void
MethodWriter.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