Searched refs:specMethod (Results 1 – 2 of 2) sorted by relevance
210 MethodInfo specMethod = spec.allMethods().get(method.getHashableName()); in versionMethods() local211 if (specMethod.isDeprecated()) { in versionMethods()
369 ExecutableElement specMethod = builderMethodEntry.getValue(); in addBuilderMethods() local370 MethodWriter builderMethod = addBuilderMethodFromSpec(builderWriter, specMethod); in addBuilderMethods()372 Iterables.getOnlyElement(specMethod.getParameters()).getSimpleName().toString(); in addBuilderMethods()380 addBuilderMethodReturnStatementForSpec(specMethod, builderMethod); in addBuilderMethods()386 addBuilderMethodReturnStatementForSpec(specMethod, builderMethod); in addBuilderMethods()423 ExecutableElement specMethod, MethodWriter builderMethod) { in addBuilderMethodReturnStatementForSpec() argument424 if (!specMethod.getReturnType().getKind().equals(VOID)) { in addBuilderMethodReturnStatementForSpec()