@Beta
public interface IShouldGenerate
| Modifier and Type | Interface and Description |
|---|---|
static class |
IShouldGenerate.Always |
static class |
IShouldGenerate.OnlyWithoutErrors |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldGenerate(org.eclipse.emf.ecore.resource.Resource resource,
org.eclipse.xtext.util.CancelIndicator cancelIndicator)
Whether code should be generated for this resource.
|