public interface TypeParameterDeclaration extends Declaration
TypeVariable
.Modifier and Type | Method and Description |
---|---|
Collection<ReferenceType> |
getBounds()
Returns the bounds of this type parameter.
|
Declaration |
getOwner()
Returns the type, method, or constructor declaration within which
this type parameter is declared.
|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
Collection<ReferenceType> getBounds()
Declaration getOwner()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.