Module org.eclipse.xtend.lib.macro
Interface TypeParameterDeclarator
- All Superinterfaces:
AnnotationTarget,Declaration,Element,MemberDeclaration,NamedElement
- All Known Subinterfaces:
ClassDeclaration,ConstructorDeclaration,ExecutableDeclaration,InterfaceDeclaration,MethodDeclaration,MutableClassDeclaration,MutableConstructorDeclaration,MutableExecutableDeclaration,MutableInterfaceDeclaration,MutableMethodDeclaration,MutableTypeParameterDeclarator
- 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.MemberDeclaration
getDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecatedMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleName
-
Method Details
-
getTypeParameters
Iterable<? extends TypeParameterDeclaration> getTypeParameters()- Returns:
- the declared type parameters
-