Searched defs:ClassItem (Results 1 – 6 of 6) sorted by relevance
48 fun ClassItem.assertField(fieldName: String): FieldItem { in ClassItem() method55 fun ClassItem.assertMethod(methodName: String, parameters: String): MethodItem { in ClassItem() method62 fun ClassItem.assertConstructor(parameters: String): ConstructorItem { in ClassItem() method69 fun ClassItem.assertProperty(propertyName: String): PropertyItem { in ClassItem() method
198 fun ClassItem.nameInApi(): String { in <lambda>() method
30 interface ClassItem : Item, TypeParameterListOwner { in <lambda>() interface
1208 fun ClassItem.assertMethodTakesCollection( in Test Kotlin collection removeAll parameter type() method1226 fun ClassItem.assertMethodTakesCollectionWildcardExtendsZ(name: String) { in Test Kotlin collection removeAll parameter type() method
346 private fun ClassItem.markExistingClassForCurrentApiSurface() { in ClassItem() method
1788 private fun ClassItem.isCollection(): Boolean { in <lambda>() method