Class UseBeanProcessor

  • 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(-10000)
    public class UseBeanProcessor
    extends org.eclipse.xtend.lib.macro.AbstractClassProcessor
    The processor for classes annotated with the UseBean annotation. For further information consult the Javadoc of UseBean.
    Since:
    3.3.0
    Author:
    Nils Christian Ehmke <[email protected]>
    See Also:
    UseBean
    • 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

      • UseBeanProcessor

        public UseBeanProcessor()
    • 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:
        2.0.0