Searched refs:TextConstructorItem (Results 1 – 4 of 4) sorted by relevance
437 TextConstructorItem method; in parseConstructor()452 … method = new TextConstructorItem(api, name, cl, modifiers, cl.asTypeInfo(), tokenizer.pos()); in parseConstructor()
21 class TextConstructorItem( class
201 fun addConstructor(constructor: TextConstructorItem) { in addConstructor()
355 cls.addConstructor(new as TextConstructorItem) in computeDelta()