Class IShouldGenerate.Always

    • Constructor Summary

      Constructors 
      Constructor Description
      Always()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldGenerate​(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.util.CancelIndicator cancelIndicator)
      Whether code should be generated for this resource.
      • Methods inherited from class java.lang.Object

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

      • Always

        public Always()
    • Method Detail

      • shouldGenerate

        public boolean shouldGenerate​(org.eclipse.emf.ecore.resource.Resource resource,
                                      org.eclipse.xtext.util.CancelIndicator cancelIndicator)
        Description copied from interface: IShouldGenerate
        Whether code should be generated for this resource.
        Specified by:
        shouldGenerate in interface IShouldGenerate