Uses of Interface
org.eclipse.xtend.lib.macro.declaration.MutableAnnotationTypeElementDeclaration
Packages that use MutableAnnotationTypeElementDeclaration
-
Uses of MutableAnnotationTypeElementDeclaration in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return MutableAnnotationTypeElementDeclarationModifier and TypeMethodDescriptionMutableAnnotationTypeDeclaration.addAnnotationTypeElement(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableAnnotationTypeElementDeclaration> initializer) Adds a new annotation type element with the given name.MutableAnnotationTypeDeclaration.findDeclaredAnnotationTypeElement(String name) Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type MutableAnnotationTypeElementDeclarationModifier and TypeMethodDescriptionIterable<? extends MutableAnnotationTypeElementDeclaration> MutableAnnotationTypeDeclaration.getDeclaredAnnotationTypeElements()Method parameters in org.eclipse.xtend.lib.macro.declaration with type arguments of type MutableAnnotationTypeElementDeclarationModifier and TypeMethodDescriptionMutableAnnotationTypeDeclaration.addAnnotationTypeElement(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableAnnotationTypeElementDeclaration> initializer) Adds a new annotation type element with the given name.