Searched refs:typeSpecs (Results 1 – 4 of 4) sorted by relevance
63 public final List<TypeSpec> typeSpecs; field in TypeSpec83 this.typeSpecs = Util.immutableList(builder.typeSpecs); in TypeSpec()86 nestedTypesSimpleNames = new HashSet<>(builder.typeSpecs.size()); in TypeSpec()89 for (TypeSpec typeSpec : builder.typeSpecs) { in TypeSpec()117 this.typeSpecs = Collections.emptyList(); in TypeSpec()178 builder.typeSpecs.addAll(typeSpecs); in toBuilder()203 if (fieldSpecs.isEmpty() && methodSpecs.isEmpty() && typeSpecs.isEmpty()) { in emit()274 } else if (!fieldSpecs.isEmpty() || !methodSpecs.isEmpty() || !typeSpecs.isEmpty()) { in emit()327 for (TypeSpec typeSpec : typeSpecs) { in emit()426 public final List<TypeSpec> typeSpecs = new ArrayList<>(); field in TypeSpec.Builder[all …]
82 for (TypeSpec nested : spec.typeSpecs) { in fillAlwaysQualifiedNames()
86 completeType.typeSpecs.stream() in skeletonType()
2501 builder.typeSpecs.clear(); in modifyTypes()2502 assertThat(builder.build().typeSpecs).isEmpty(); in modifyTypes()