Searched defs:getter (Results 1 – 7 of 7) sorted by relevance
128 val getter = findGetter(accessors, receiverType) in psi() constant
96 val getter = methods.single { it.name() == "getFoo" } in Test deprecated getter and setter by annotation() constant226 val getter = fooClass.methods().single() in Test abstract property of non-null string() constant251 val getter = fooClass.methods().single() in Test abstract property of nullable string() constant277 val getter = fooClass.methods().single() in Test abstract property of list of non-null string() constant303 val getter = fooClass.methods().single() in Test abstract property of list of nullable string() constant
43 override val getter: MethodItem?, constant
21 val getter: MethodItem? in <lambda>() constant
35 val getter = classItem.methods().single { it.name() == "getBar" } in property accessors have properties() constant
42 val getter: CodebaseContext.() -> SelectableItem, constant in com.android.tools.metalava.model.testsuite.snapshot.CommonEmittableDelegatingVisitorTest.TestParams
3313 for (getter in getters) { in <lambda>() method3389 private data class GetterSetterPattern(val getter: String, val setter: String) in <lambda>() constant in Companion.GetterSetterPattern