|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterizedType
Represents a parameterized type.
| Method Summary | |
|---|---|
Type[] |
getActualTypeArguments()
Gets the type arguments for this type. |
Type |
getOwnerType()
Gets the parent/owner type, if this type is an inner type, otherwise null is returned if this is a top-level type. |
Type |
getRawType()
Gets the raw type of this type. |
| Method Detail |
|---|
Type[] getActualTypeArguments()
Type, which may be empty.
TypeNotPresentException - if one of the type arguments can't be found.
MalformedParameterizedTypeException - if one of the type arguments can't be instantiated for some
reason.Type getOwnerType()
null is returned if this is a top-level type.
Type or null.
TypeNotPresentException - if one of the type arguments can't be found.
MalformedParameterizedTypeException - if one of the type arguments can't be instantiated for some
reason.Type getRawType()
Type.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||