Uses of Class
mockit.asm.types.JavaType
Packages that use JavaType
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 JavaType in mockit.asm.types
Subclasses of JavaType in mockit.asm.typesModifier and TypeClassDescriptionfinal class
final class
final class
final class
class
Methods in mockit.asm.types that return JavaTypeModifier and TypeMethodDescriptionstatic JavaType[]
JavaType.getArgumentTypes
(String methodDescriptor) Returns the Java types corresponding to the argument types of the given method descriptor.ArrayType.getElementType()
Returns the type of the elements of this array type.static JavaType
JavaType.getReturnType
(String methodDescriptor) Returns the Java type corresponding to the return type of the given method descriptor.static JavaType
Returns the Java type corresponding to the given type descriptor. -
Uses of JavaType in mockit.internal
Fields in mockit.internal declared as JavaTypeMethods in mockit.internal with parameters of type JavaTypeModifier and TypeMethodDescriptionprotected final void
BaseClassModifier.generateCodeToFillArrayWithParameterValues
(JavaType[] parameterTypes, @org.checkerframework.checker.index.qual.NonNegative int initialArrayIndex, @org.checkerframework.checker.index.qual.NonNegative int initialParameterIndex) -
Uses of JavaType in mockit.internal.util
Methods in mockit.internal.util with parameters of type JavaTypeModifier and TypeMethodDescriptionstatic void
TypeConversionBytecode.generateCastFromObject
(MethodVisitor mv, JavaType toType) static void
TypeConversionBytecode.generateCastOrUnboxing
(MethodVisitor mv, JavaType parameterType, @org.checkerframework.checker.index.qual.NonNegative int opcode) static void
TypeConversionBytecode.generateCastToObject
(MethodVisitor mv, JavaType type) static Class
<?> TypeDescriptor.getClassForType
(JavaType type)