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 PrimitiveTypePrimitiveType.getCorrespondingPrimitiveTypeIfWrapperType(String typeDesc) static PrimitiveTypePrimitiveType.getPrimitiveType(int typeCode) Methods in mockit.asm.types with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic intPrimitiveType.getArrayElementType(PrimitiveType elementType) Maps aPrimitiveTypeto the correspondingArrayElementType.