| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotationTypeProcessor.doTransform(List<? extends MutableAnnotationTypeDeclaration> annotatedAnnotationTypes,
TransformationContext context) |
void |
AbstractClassProcessor.doTransform(List<? extends MutableClassDeclaration> annotatedClasses,
TransformationContext context) |
void |
AbstractConstructorProcessor.doTransform(List<? extends MutableConstructorDeclaration> annotatedConstructors,
TransformationContext context) |
void |
AbstractEnumerationTypeProcessor.doTransform(List<? extends MutableEnumerationTypeDeclaration> annotatedEnumerationTypes,
TransformationContext context) |
void |
AbstractFieldProcessor.doTransform(List<? extends MutableFieldDeclaration> annotatedfields,
TransformationContext context) |
void |
AbstractInterfaceProcessor.doTransform(List<? extends MutableInterfaceDeclaration> annotatedInterfaces,
TransformationContext context) |
void |
AbstractMethodProcessor.doTransform(List<? extends MutableMethodDeclaration> annotatedMethods,
TransformationContext context) |
void |
TransformationParticipant.doTransform(List<? extends T> annotatedTargetElements,
TransformationContext context)
Invoked by the compiler
|
void |
AbstractAnnotationTypeProcessor.doTransform(MutableAnnotationTypeDeclaration annotatedAnnotationType,
TransformationContext context) |
void |
AbstractClassProcessor.doTransform(MutableClassDeclaration annotatedClass,
TransformationContext context) |
void |
AbstractConstructorProcessor.doTransform(MutableConstructorDeclaration annotatedConstructor,
TransformationContext context) |
void |
AbstractEnumerationTypeProcessor.doTransform(MutableEnumerationTypeDeclaration annotatedEnumerationType,
TransformationContext context) |
void |
AbstractFieldProcessor.doTransform(MutableFieldDeclaration annotatedField,
TransformationContext context) |
void |
AbstractInterfaceProcessor.doTransform(MutableInterfaceDeclaration annotatedInterface,
TransformationContext context) |
void |
AbstractMethodProcessor.doTransform(MutableMethodDeclaration annotatedMethod,
TransformationContext context) |
Copyright © 2015. All Rights Reserved.