| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro | |
| org.eclipse.xtend.lib.macro.declaration | |
| org.eclipse.xtend.lib.macro.services |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotationTypeProcessor.doGenerateCode(AnnotationTypeDeclaration annotatedAnnotationType,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractAnnotationTypeProcessor.doRegisterGlobals(AnnotationTypeDeclaration annotatedAnnotationType,
RegisterGlobalsContext context)
Called during global symbol collecting.
|
void |
AbstractAnnotationTypeProcessor.doValidate(AnnotationTypeDeclaration annotatedAnnotationType,
ValidationContext context)
Invoked by the validator
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotationTypeProcessor.doGenerateCode(List<? extends AnnotationTypeDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractAnnotationTypeProcessor.doRegisterGlobals(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes,
RegisterGlobalsContext context) |
void |
AbstractAnnotationTypeProcessor.doValidate(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes,
ValidationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableAnnotationTypeDeclaration |
| Modifier and Type | Method and Description |
|---|---|
AnnotationTypeDeclaration |
AnnotationReference.getAnnotationTypeDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends AnnotationTypeDeclaration> |
TypeDeclaration.getDeclaredAnnotationTypes() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationTypeDeclaration |
SourceTypeLookup.findSourceAnnotationType(String qualifiedName) |
Copyright © 2015. All Rights Reserved.