Uses of Class
mockit.asm.types.PrimitiveType
Packages that use PrimitiveType
-
Uses of PrimitiveType in mockit.asm.types
Methods in mockit.asm.types that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveType
PrimitiveType.getCorrespondingPrimitiveTypeIfWrapperType
(String typeDesc) static PrimitiveType
PrimitiveType.getPrimitiveType
(int typeCode) Methods in mockit.asm.types with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic int
PrimitiveType.getArrayElementType
(PrimitiveType elementType) Maps aPrimitiveType
to the correspondingArrayElementType
.