Searched refs:subcomponentType (Results 1 – 4 of 4) sorted by relevance
104 int index = moduleSubcomponents.indexOf(subcomponentDeclaration.subcomponentType()); in formatSubcomponentDeclaration()113 subcomponentDeclaration.subcomponentType().getQualifiedName() + ".class")); in formatSubcomponentDeclaration()
48 abstract TypeElement subcomponentType(); in subcomponentType() method in SubcomponentDeclaration
290 TypeElement subcomponentType = in moduleSubcomponentsIncludesCreator() local297 subcomponentAnnotation(subcomponentType).get().simpleName(), in moduleSubcomponentsIncludesCreator()299 subcomponentType.getQualifiedName()); in moduleSubcomponentsIncludesCreator()
145 TypeElement subcomponent = subcomponentDeclaration.subcomponentType(); in create()