Searched defs:staticImports (Results 1 – 4 of 4) sorted by relevance
58 String[] staticImports() default {}; in staticImports() method
56 private final Set<String> staticImports; field in CodeWriter75 CodeWriter(Appendable out, String indent, Set<String> staticImports, Set<String> alwaysQualify) { in CodeWriter()82 Set<String> staticImports, in CodeWriter()
63 private final Set<String> staticImports; field in JavaFile283 public final Set<String> staticImports = new TreeSet<>(); field in Builder