Searched refs:nestedClass (Results 1 – 4 of 4) sorted by relevance
173 for (var nestedClass : clazz.getNestMembers()) { in hasNativeMethod()174 for (var method : nestedClass.getDeclaredMethods()) { in hasNativeMethod()
141 for (TypeElement nestedClass : ElementFilter.typesIn(typeElement.getEnclosedElements())) { in hasNestedInspectionCompanion()142 if (nestedClass.getSimpleName().toString().equals("InspectionCompanion")) { in hasNestedInspectionCompanion()
437 INSPECTION_COMPANION.nestedClass("UninitializedPropertyMapException")) in generateReadProperties()
45 classAst.nestedNonDataClasses.flatMap { nestedClass -> in ClassPrinter() method46 generateInputSignaturesForClass(nestedClass) in ClassPrinter()