| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotationTypeProcessor.doGenerateCode(AnnotationTypeDeclaration annotatedAnnotationType,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractClassProcessor.doGenerateCode(ClassDeclaration annotatedClass,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractConstructorProcessor.doGenerateCode(ConstructorDeclaration annotatedConstructor,
CodeGenerationContext context) |
void |
AbstractEnumerationTypeProcessor.doGenerateCode(EnumerationTypeDeclaration annotatedEnumerationType,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractFieldProcessor.doGenerateCode(FieldDeclaration annotatedField,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractInterfaceProcessor.doGenerateCode(InterfaceDeclaration annotatedInterface,
CodeGenerationContext context)
Called during code generation.
|
void |
AbstractAnnotationTypeProcessor.doGenerateCode(List<? extends AnnotationTypeDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractClassProcessor.doGenerateCode(List<? extends ClassDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractConstructorProcessor.doGenerateCode(List<? extends ConstructorDeclaration> annotatedConstructors,
CodeGenerationContext context) |
void |
AbstractEnumerationTypeProcessor.doGenerateCode(List<? extends EnumerationTypeDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractFieldProcessor.doGenerateCode(List<? extends FieldDeclaration> annotatedFields,
CodeGenerationContext context) |
void |
AbstractInterfaceProcessor.doGenerateCode(List<? extends InterfaceDeclaration> annotatedSourceElements,
CodeGenerationContext context) |
void |
AbstractMethodProcessor.doGenerateCode(List<? extends MethodDeclaration> annotatedMethods,
CodeGenerationContext context) |
void |
CodeGenerationParticipant.doGenerateCode(List<? extends T> annotatedSourceElements,
CodeGenerationContext context)
Invoked by the compiler during the code generation phase.
|
void |
AbstractMethodProcessor.doGenerateCode(MethodDeclaration annotatedMethod,
CodeGenerationContext context) |
Copyright © 2015. All Rights Reserved.