Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentImplementation.java182 private final NestingKind nestingKind; field in ComponentImplementation
214 NestingKind nestingKind, in ComponentImplementation() argument
219 checkName(name, nestingKind); in ComponentImplementation()
224 this.nestingKind = nestingKind; in ComponentImplementation()
284 NestingKind nestingKind, in forDeserializedComponent() argument
291 nestingKind, in forDeserializedComponent()
299 private static void checkName(ClassName name, NestingKind nestingKind) { in checkName() argument
300 switch (nestingKind) { in checkName()
312 "nestingKind must be TOP_LEVEL or MEMBER: " + nestingKind); in checkName()
346 return nestingKind.isNested(); in isNested()