Uses of Interface
org.eclipse.xtend.lib.macro.declaration.AnnotationTypeDeclaration
Packages that use AnnotationTypeDeclaration
Package
Description
-
Uses of AnnotationTypeDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionvoidAbstractAnnotationTypeProcessor.doGenerateCode(AnnotationTypeDeclaration annotatedAnnotationType, CodeGenerationContext context) Called during code generation.voidAbstractAnnotationTypeProcessor.doRegisterGlobals(AnnotationTypeDeclaration annotatedAnnotationType, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractAnnotationTypeProcessor.doValidate(AnnotationTypeDeclaration annotatedAnnotationType, ValidationContext context) Invoked by the validatorMethod parameters in org.eclipse.xtend.lib.macro with type arguments of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionvoidAbstractAnnotationTypeProcessor.doGenerateCode(List<? extends AnnotationTypeDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractAnnotationTypeProcessor.doRegisterGlobals(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes, RegisterGlobalsContext context) voidAbstractAnnotationTypeProcessor.doValidate(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes, ValidationContext context) -
Uses of AnnotationTypeDeclaration in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of AnnotationTypeDeclaration in org.eclipse.xtend.lib.macro.declarationMethods in org.eclipse.xtend.lib.macro.declaration that return AnnotationTypeDeclarationMethods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionIterable<? extends AnnotationTypeDeclaration> TypeDeclaration.getDeclaredAnnotationTypes() -
Uses of AnnotationTypeDeclaration in org.eclipse.xtend.lib.macro.services
Methods in org.eclipse.xtend.lib.macro.services that return AnnotationTypeDeclarationModifier and TypeMethodDescriptionSourceTypeLookup.findSourceAnnotationType(String qualifiedName)