Home
last modified time | relevance | path

Searched refs:TextConstructorItem (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextConstructorItem.kt24 internal class TextConstructorItem( class
53 ): TextConstructorItem { in isConstructor()
61 TextConstructorItem( in isConstructor()
DTextClassItem.kt139 fun addConstructor(constructor: TextConstructorItem) { in constructors()
198 return TextConstructorItem.createDefaultConstructor(codebase, this, fileLocation) in simpleName()
DTextCodebaseBuilder.kt88 cls.addConstructor(ctor as TextConstructorItem) in addConstructor()
DApiFile.kt950 val method: TextConstructorItem in parseConstructor()
985 TextConstructorItem( in parseConstructor()