Interface CodeGenerationParticipant<T extends NamedElement>

    • Method Detail

      • doGenerateCode

        void doGenerateCode​(java.util.List<? extends T> annotatedSourceElements,
                            @Extension
                            CodeGenerationContext context)
        Invoked by the compiler during the code generation phase.
        Parameters:
        annotatedSourceElements - the immutable source representation (i.e. the Xtend AST) of the annotated elements
        context - a TransformationContext providing useful services.