Interface TransformationParticipant<T extends MutableNamedElement>

    • Method Detail

      • doTransform

        void doTransform​(java.util.List<? extends T> annotatedTargetElements,
                         @Extension
                         TransformationContext context)
        Invoked by the compiler
        Parameters:
        annotatedTargetElements - the mutable java representation of the annotated elements
        context - a TransformationContext providing useful services.