Package org.jvnet.tiger_types
Class GenericArrayTypeImpl
java.lang.Object
org.jvnet.tiger_types.GenericArrayTypeImpl
- All Implemented Interfaces:
GenericArrayType
,Type
Implementation of GenericArrayType interface for core reflection.
-
Field Details
-
genericComponentType
-
-
Constructor Details
-
GenericArrayTypeImpl
GenericArrayTypeImpl(Type ct)
-
-
Method Details
-
getGenericComponentType
Returns a Type object representing the component type of this array.- Specified by:
getGenericComponentType
in interfaceGenericArrayType
- Returns:
- a Type object representing the component type of this array
- Since:
- 1.5
-
toString
-
equals
-
hashCode
public int hashCode()
-