Searched refs:typeElement (Results 1 – 2 of 2) sorted by relevance
140 private static boolean hasNestedInspectionCompanion(@NonNull TypeElement typeElement) { in hasNestedInspectionCompanion() argument141 for (TypeElement nestedClass : ElementFilter.typesIn(typeElement.getEnclosedElements())) { in hasNestedInspectionCompanion()
108 public Name visitType(TypeElement typeElement, Void aVoid) { in process()109 return typeElement.getQualifiedName(); in process()