Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DCheckOverrideProcessor.kt66 val JavaImpl = resolver.getClassDeclarationByName("JavaImpl")!! in process() constant
71 val getX = JavaImpl.getDeclaredFunctions().first { it.simpleName.asString() == "getX" } in process()
72 val getY = JavaImpl.getDeclaredFunctions().first { it.simpleName.asString() == "getY" } in process()
73 val setY = JavaImpl.getDeclaredFunctions().first { it.simpleName.asString() == "setY" } in process()
74 val setX = JavaImpl.getDeclaredFunctions().first { it.simpleName.asString() == "setX" } in process()
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DcheckOverride.kt164 public class JavaImpl implements MyInterface { class
H A DasMemberOf.kt179 class JavaImpl implements KotlinInterface { class