Uses of Interface
org.eclipse.xtend.lib.macro.TransformationContext
Packages that use TransformationContext
-
Uses of TransformationContext in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type TransformationContextModifier and TypeMethodDescriptionvoidAbstractAnnotationTypeProcessor.doTransform(List<? extends MutableAnnotationTypeDeclaration> annotatedAnnotationTypes, TransformationContext context) voidAbstractAnnotationTypeProcessor.doTransform(MutableAnnotationTypeDeclaration annotatedAnnotationType, TransformationContext context) voidAbstractClassProcessor.doTransform(List<? extends MutableClassDeclaration> annotatedClasses, TransformationContext context) voidAbstractClassProcessor.doTransform(MutableClassDeclaration annotatedClass, TransformationContext context) voidAbstractConstructorProcessor.doTransform(List<? extends MutableConstructorDeclaration> annotatedConstructors, TransformationContext context) voidAbstractConstructorProcessor.doTransform(MutableConstructorDeclaration annotatedConstructor, TransformationContext context) voidAbstractEnumerationTypeProcessor.doTransform(List<? extends MutableEnumerationTypeDeclaration> annotatedEnumerationTypes, TransformationContext context) voidAbstractEnumerationTypeProcessor.doTransform(MutableEnumerationTypeDeclaration annotatedEnumerationType, TransformationContext context) voidAbstractFieldProcessor.doTransform(List<? extends MutableFieldDeclaration> annotatedfields, TransformationContext context) voidAbstractFieldProcessor.doTransform(MutableFieldDeclaration annotatedField, TransformationContext context) voidAbstractInterfaceProcessor.doTransform(List<? extends MutableInterfaceDeclaration> annotatedInterfaces, TransformationContext context) voidAbstractInterfaceProcessor.doTransform(MutableInterfaceDeclaration annotatedInterface, TransformationContext context) voidAbstractMethodProcessor.doTransform(List<? extends MutableMethodDeclaration> annotatedMethods, TransformationContext context) voidAbstractMethodProcessor.doTransform(MutableMethodDeclaration annotatedMethod, TransformationContext context) voidTransformationParticipant.doTransform(List<? extends T> annotatedTargetElements, TransformationContext context) Invoked by the compiler