Package org.robovm.compiler.util.generic
Class ImplForArray
java.lang.Object
org.robovm.compiler.util.generic.ImplForArray
- All Implemented Interfaces:
GenericArrayType,Type
public final class ImplForArray extends Object implements GenericArrayType
-
Constructor Summary
Constructors Constructor Description ImplForArray(Type componentType) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)TypegetGenericComponentType()StringtoGenericSignature()Returns the generic signature of this type.StringtoString()
-
Constructor Details
-
ImplForArray
-
-
Method Details
-
getGenericComponentType
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
toString
-
toGenericSignature
Description copied from interface:TypeReturns the generic signature of this type.- Specified by:
toGenericSignaturein interfaceType
-
equals
-