public interface ITypeParameter extends IJavaElement, ISourceReference
Type parameters are obtained using IType.getTypeParameter(String) and
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 IType.getTypeParameters() for a type and use
IMethod.getTypeParameters() for a method.
ANNOTATION, CLASS_FILE, COMPILATION_UNIT, FIELD, IMPORT_CONTAINER, IMPORT_DECLARATION, INITIALIZER, JAVA_MODEL, JAVA_PROJECT, LOCAL_VARIABLE, METHOD, PACKAGE_DECLARATION, PACKAGE_FRAGMENT, PACKAGE_FRAGMENT_ROOT, TYPE, TYPE_PARAMETER| Modifier and Type | Method and Description |
|---|---|
String[] |
getBounds()
Returns the names of the class and interface bounds of this type parameter.
|
String[] |
getBoundsSignatures()
Returns the signatures for this type parameter's bounds.
|
IMember |
getDeclaringMember()
Returns the declaring member of this type parameter.
|
ITypeRoot |
getTypeRoot()
Returns the Java type root in which this type parameter is declared.
|
exists, getAncestor, getAttachedJavadoc, getCorrespondingResource, getElementName, getElementType, getHandleIdentifier, getJavaModel, getJavaProject, getOpenable, getParent, getPath, getPrimaryElement, getResource, getSchedulingRule, getUnderlyingResource, isReadOnly, isStructureKnowngetAdapterexists, getNameRange, getSource, getSourceRangeString[] getBounds() throws JavaModelException
extends keyword) if the type parameter comes from a
compilation unit. It is the dot-separated fully qualified name of the bound if the type
parameter comes from a class file.JavaModelException - if this element does not exist or if an
exception occurs while accessing its corresponding resourceString[] getBoundsSignatures() throws JavaModelException
extends keyword.
The signatures may be either unresolved (for source types) or resolved (for binary types).
See Signature for details.JavaModelException - if this element does not exist or if an exception occurs while accessing its corresponding resource.SignatureIMember getDeclaringMember()
IType
or an IMethod.
This is a handle-only method.
ITypeRoot getTypeRoot()
This is a handle-only method.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.