Type parameters are obtained using {@link IType#getTypeParameter(String)} and{@link IMethod#getTypeParameter(String)}.
Note that type parameters are not children of their declaring type or method. To get a list of the type parameters use {@link IType#getTypeParameters()} for a type and use{@link IMethod#getTypeParameters()} for a method.
This interface is not intended to be implemented by clients.
@since 3.1Type parameters are obtained using {@link IType#getTypeParameter(String)} and{@link IMethod#getTypeParameter(String)}.
Note that type parameters are not children of their declaring type or method. To get a list of the type parameters use {@link IType#getTypeParameters()} for a type and use{@link IMethod#getTypeParameters()} for a method.
@since 3.1 @noimplement This interface is not intended to be implemented by clients.
|
|
|
|