Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiFile.java437 TextConstructorItem method; in parseConstructor()
452 … method = new TextConstructorItem(api, name, cl, modifiers, cl.asTypeInfo(), tokenizer.pos()); in parseConstructor()
DTextConstructorItem.kt21 class TextConstructorItem( class
DTextClassItem.kt201 fun addConstructor(constructor: TextConstructorItem) { in addConstructor()
DTextCodebase.kt355 cls.addConstructor(new as TextConstructorItem) in computeDelta()