Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraphValidator.java917 Element rootRequestElement = requestPath.get(0).requestElement(); in reportCycle() local
922 && (suppressCycleWarnings(rootRequestElement) in reportCycle()
923 || suppressCycleWarnings(rootRequestElement.getEnclosingElement()) in reportCycle()
928 TypeElement componentType = MoreElements.asType(rootRequestElement.getEnclosingElement()); in reportCycle()
933 rootRequestElement.getSimpleName(), in reportCycle()
941 rootRequestElement); in reportCycle() local