Module org.eclipse.xtend.lib.macro
Interface AnnotationTypeDeclaration
- All Superinterfaces:
AnnotationTarget,Declaration,Element,MemberDeclaration,NamedElement,Type,TypeDeclaration
- All Known Subinterfaces:
MutableAnnotationTypeDeclaration
- 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, getSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.Type
getQualifiedName, isAssignableFromMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.TypeDeclaration
findDeclaredConstructor, findDeclaredField, findDeclaredMethod, findDeclaredType, getDeclaredAnnotationTypes, getDeclaredClasses, getDeclaredConstructors, getDeclaredEnumerationTypes, getDeclaredFields, getDeclaredInterfaces, getDeclaredMembers, getDeclaredMethods, getDeclaredTypes
-
Method Details
-
findDeclaredAnnotationTypeElement
- Parameters:
name- the name of the annotation element- Returns:
- the annotation type element with the given name, declared by this annotation type declaration or
nullif no such annotation type element exists
-
getDeclaredAnnotationTypeElements
Iterable<? extends AnnotationTypeElementDeclaration> getDeclaredAnnotationTypeElements()- Returns:
- the annotation type elements declared by this annotation type declaration
-