Searched refs:usesProducers (Results 1 – 4 of 4) sorted by relevance
24 public abstract boolean usesProducers(); in usesProducers() method in CompilerOptions
33 public boolean usesProducers() { in usesProducers() method in JavacPluginCompilerOptions
92 public boolean usesProducers() { in usesProducers() method in ProcessingEnvironmentCompilerOptions
52 if (!compilerOptions.usesProducers()) { in visitGraph()