Home
last modified time | relevance | path

Searched refs:methodSpec (Results 1 – 4 of 4) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeSpec.java295 for (MethodSpec methodSpec : methodSpecs) { in emit()
296 if (!methodSpec.isConstructor()) continue; in emit()
298 methodSpec.emit(codeWriter, name, kind.implicitMethodModifiers); in emit()
303 for (MethodSpec methodSpec : methodSpecs) { in emit()
304 if (methodSpec.isConstructor()) continue; in emit()
306 methodSpec.emit(codeWriter, name, kind.implicitMethodModifiers); in emit()
565 for (MethodSpec methodSpec : methodSpecs) { in addMethods()
566 addMethod(methodSpec); in addMethods()
571 public Builder addMethod(MethodSpec methodSpec) { in addMethod() argument
573 requireExactlyOneOf(methodSpec.modifiers, Modifier.ABSTRACT, Modifier.STATIC, in addMethod()
[all …]
/external/javapoet/src/test/java/com/squareup/javapoet/
DMethodSpecTest.java276 MethodSpec methodSpec = MethodSpec.methodBuilder("duplicateExceptions") in duplicateExceptionsIgnored() local
282 assertThat(methodSpec.exceptions).isEqualTo(Arrays.asList(ioException, timeoutException)); in duplicateExceptionsIgnored()
283 assertThat(methodSpec.toBuilder().addException(ioException).build().exceptions) in duplicateExceptionsIgnored()
/external/dagger2/lib/
Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...