GNU Classpath (0.20) | |
Frames | No Frames |
Methods with return type java.lang.reflect.Type | |
Type[] |
Returns an array of Type objects, which gives
the parameters of this type.
|
Type | Returns the Type of the components within the array.
|
Type[] |
Returns an array of Type s, which specify the
lower bounds of this type. |
Type | Returns the type of which this type is a member. |
Type | Returns a version of this type without parameters, which corresponds
to the class or interface which declared the type. |
Type[] |
Returns an array of Type s, which specify the
upper bounds of this type. |
GNU Classpath (0.20) |