Module org.eclipse.xtend.lib.macro
Interface TypeParameterDeclaration
- All Superinterfaces:
AnnotationTarget,Declaration,Element,NamedElement,Type
- All Known Subinterfaces:
MutableTypeParameterDeclaration
- Author:
- Sven Efftinge
-
Method Summary
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.AnnotationTarget
findAnnotation, getAnnotationsMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.Type
getQualifiedName, isAssignableFrom
-
Method Details
-
getUpperBounds
Iterable<? extends TypeReference> getUpperBounds()- Returns:
- the upper bounds
-
getTypeParameterDeclarator
TypeParameterDeclarator getTypeParameterDeclarator()- Returns:
- the
TypeParameterDeclaratordeclaring the type parameter
-