Package mockit.asm.types
Class ArrayType
java.lang.Object
mockit.asm.types.JavaType
mockit.asm.types.ReferenceType
mockit.asm.types.ArrayType
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayType
Returns the binary name of the class corresponding to this type.@org.checkerframework.checker.index.qual.NonNegative int
Returns the number of dimensions of this array type.Returns the type of the elements of this array 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
-
getDimensions
public @org.checkerframework.checker.index.qual.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: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
-