Class ActionProcessor

  • All Implemented Interfaces:
    org.eclipse.xtend.lib.macro.CodeGenerationParticipant<org.eclipse.xtend.lib.macro.declaration.ClassDeclaration>, org.eclipse.xtend.lib.macro.RegisterGlobalsParticipant<org.eclipse.xtend.lib.macro.declaration.ClassDeclaration>, org.eclipse.xtend.lib.macro.TransformationParticipant<org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration>, org.eclipse.xtend.lib.macro.ValidationParticipant<org.eclipse.xtend.lib.macro.declaration.ClassDeclaration>

    @Order(-9000)
    public class ActionProcessor
    extends org.eclipse.xtend.lib.macro.AbstractClassProcessor
    Processes classes which are annotated with Action and Action. For further information consult the Javadoc of Action.
    Since:
    3.1.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    Action, Action
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionProcessor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doTransform​(org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration annotatedClass, org.eclipse.xtend.lib.macro.TransformationContext context)  
      • Methods inherited from class org.eclipse.xtend.lib.macro.AbstractClassProcessor

        doGenerateCode, doGenerateCode, doRegisterGlobals, doRegisterGlobals, doTransform, doValidate, doValidate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionProcessor

        public ActionProcessor()
    • Method Detail

      • doTransform

        public void doTransform​(org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration annotatedClass,
                                @Extension
                                org.eclipse.xtend.lib.macro.TransformationContext context)
        Overrides:
        doTransform in class org.eclipse.xtend.lib.macro.AbstractClassProcessor
        Since:
        3.1.0