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