Class GenericArrayTypeImpl
java.lang.Object
org.jvnet.tiger_types.GenericArrayTypeImpl
- All Implemented Interfaces:
GenericArrayType, Type
Implementation of GenericArrayType interface for core reflection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Type
getTypeName
-
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:
getGenericComponentTypein interfaceGenericArrayType- Returns:
- a Type object representing the component type of this array
- Since:
- 1.5
-
toString
-
equals
-
hashCode
-