Package mockit.asm.types
Class ObjectType
java.lang.Object
mockit.asm.types.JavaType
mockit.asm.types.ReferenceType
mockit.asm.types.ObjectType
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectType
Returns the binary name of the class corresponding to this type.Methods inherited from class mockit.asm.types.ReferenceType
createFromInternalName, createFromTypeDescriptor, equals, getConstOpcode, getInternalName, getLoadOpcode, getOpcode, getSize, hashCode
Methods inherited from class mockit.asm.types.JavaType
getArgumentsAndReturnSizes, getArgumentTypes, getConstructorDescriptor, getDescriptor, getInternalName, getMethodDescriptor, getReturnType, getType, toString
-
Method Details
-
create
-
getClassName
Description copied from class:JavaType
Returns the binary name of the class corresponding to this type. This method must not be used on method types.- Specified by:
getClassName
in classJavaType
-