Package com.rosetta.util.types
Class JavaArrayType
java.lang.Object
com.rosetta.util.types.JavaArrayType
- All Implemented Interfaces:
JavaReferenceType,JavaType,JavaTypeArgument
-
Field Summary
Fields inherited from interface com.rosetta.util.types.JavaReferenceType
NULL_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JavaTypeVisitor visitor) booleanstatic JavaArrayTypefrom(Type t, Map<TypeVariable<?>, JavaTypeVariable> context) inthashCode()booleanisSubtypeOf(JavaType other) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.util.types.JavaReferenceType
accept, contains, toReferenceType
-
Constructor Details
-
JavaArrayType
-
-
Method Details
-
from
-
getBaseType
-
toString
-
getSimpleName
- Specified by:
getSimpleNamein interfaceJavaType
-
isSubtypeOf
- Specified by:
isSubtypeOfin interfaceJavaType
-
hashCode
public int hashCode() -
equals
-
accept
-
getTypeErasure
- Specified by:
getTypeErasurein interfaceJavaType
-