Class ArrayType
java.lang.Object
mockit.asm.types.JavaType
mockit.asm.types.ReferenceType
mockit.asm.types.ArrayType
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayTypeReturns the binary name of the class corresponding to this type.@NonNegative intReturns the number of dimensions of this array type.Returns the type of the elements of this array 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
-
getDimensions
public @NonNegative int getDimensions()Returns the number of dimensions of this array type. -
getElementType
Returns the type of the elements of this array type. -
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
-