Searched refs:buildMethod (Results 1 – 3 of 3) sorted by relevance
/external/dagger2/java/dagger/internal/codegen/ |
D | ComponentCreatorValidator.java | 191 ExecutableElement buildMethod = null; in validateBuilder() local 196 if (buildMethod != null) { in validateBuilder() 202 buildMethod); in validateBuilder() 206 buildMethod = method; in validateBuilder() 222 if (buildMethod == null) { in validateBuilder() 225 validateNotGeneric(buildMethod); in validateBuilder()
|
D | ErrorMessages.java | 203 ExecutableElement buildMethod, in factoryMethodReturnsSupertypeWithMissingMethods() argument 210 buildMethod.getSimpleName(), in factoryMethodReturnsSupertypeWithMissingMethods()
|
/external/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 648 MethodInfo method = buildMethod(member, cls, false); in buildClassBody() 962 private MethodInfo buildMethod(ParseTree tree, ClassInfo containingClass, in buildMethod() method in InfoBuilder 1372 iface.addMethod(buildMethod(child, iface, false)); in buildInterfaceBody() 1448 annotation.addAnnotationElement(buildMethod(child, annotation, true)); in buildAnnotationBody()
|