Searched refs:opClassName (Results 1 – 1 of 1) sorted by relevance
223 ClassName opClassName = ClassName.get(opClass); in collectOpMethods() local225 methodName = CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_CAMEL, opClassName.simpleName()); in collectOpMethods()233 MethodSpec method = buildOpMethod(methodName, opClassName, opMethod); in collectOpMethods()240 String methodName, ClassName opClassName, ExecutableElement factoryMethod) { in buildOpMethod() argument246 .addJavadoc("$L", buildOpMethodJavadoc(opClassName, factoryMethod)); in buildOpMethod()268 builder.addStatement(call.toString(), opClassName); in buildOpMethod() local272 private String buildOpMethodJavadoc(ClassName opClassName, ExecutableElement factoryMethod) { in buildOpMethodJavadoc() argument276 .append(opClassName.simpleName()) in buildOpMethodJavadoc()293 javadoc.append("@see ").append(opClassName).append("\n"); in buildOpMethodJavadoc()