Uses of Interface
org.eclipse.xtend.lib.macro.CodeGenerationContext
Packages that use CodeGenerationContext
-
Uses of CodeGenerationContext in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type CodeGenerationContextModifier and TypeMethodDescriptionvoidAbstractAnnotationTypeProcessor.doGenerateCode(List<? extends AnnotationTypeDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractAnnotationTypeProcessor.doGenerateCode(AnnotationTypeDeclaration annotatedAnnotationType, CodeGenerationContext context) Called during code generation.voidAbstractClassProcessor.doGenerateCode(List<? extends ClassDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractClassProcessor.doGenerateCode(ClassDeclaration annotatedClass, CodeGenerationContext context) Called during code generation.voidAbstractConstructorProcessor.doGenerateCode(List<? extends ConstructorDeclaration> annotatedConstructors, CodeGenerationContext context) voidAbstractConstructorProcessor.doGenerateCode(ConstructorDeclaration annotatedConstructor, CodeGenerationContext context) voidAbstractEnumerationTypeProcessor.doGenerateCode(List<? extends EnumerationTypeDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractEnumerationTypeProcessor.doGenerateCode(EnumerationTypeDeclaration annotatedEnumerationType, CodeGenerationContext context) Called during code generation.voidAbstractFieldProcessor.doGenerateCode(List<? extends FieldDeclaration> annotatedFields, CodeGenerationContext context) voidAbstractFieldProcessor.doGenerateCode(FieldDeclaration annotatedField, CodeGenerationContext context) Called during code generation.voidAbstractInterfaceProcessor.doGenerateCode(List<? extends InterfaceDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractInterfaceProcessor.doGenerateCode(InterfaceDeclaration annotatedInterface, CodeGenerationContext context) Called during code generation.voidAbstractMethodProcessor.doGenerateCode(List<? extends MethodDeclaration> annotatedMethods, CodeGenerationContext context) voidAbstractMethodProcessor.doGenerateCode(MethodDeclaration annotatedMethod, CodeGenerationContext context) voidCodeGenerationParticipant.doGenerateCode(List<? extends T> annotatedSourceElements, CodeGenerationContext context) Invoked by the compiler during the code generation phase.