Searched refs:buildMethods (Results 1 – 3 of 3) sorted by relevance
105 List<ExecutableElement> buildMethods = in getUncached() local112 buildMethods.size() == 1, in getUncached()117 buildMethods); in getUncached() local119 ExecutableElement buildMethod = buildMethods.get(0); in getUncached()
278 Set<ExecutableElement> buildMethods = classifier.buildMethods(); in defineVars() local279 if (buildMethods.size() != 1) { in defineVars()281 buildMethods.isEmpty() ? ImmutableSet.of(builderTypeElement) : buildMethods; in defineVars()292 this.buildMethod = Iterables.getOnlyElement(buildMethods); in defineVars()
71 private final Set<ExecutableElement> buildMethods = new LinkedHashSet<>(); field in BuilderMethodClassifier177 Set<ExecutableElement> buildMethods() { in buildMethods() method in BuilderMethodClassifier178 return ImmutableSet.copyOf(buildMethods); in buildMethods()302 buildMethods.add(method); in classifyMethodNoArgs()