Searched defs:TypeDeclaration (Results 1 – 1 of 1) sorted by relevance
102 val TypeDeclaration<*>.nestedTypes get() = childNodes.filterIsInstance<TypeDeclaration<*>>() constant103 val TypeDeclaration<*>.nestedDataClasses get() constant106 val TypeDeclaration<*>.nestedNonDataClasses get() constant110 val TypeDeclaration<*>.startLine get() = range.get()!!.begin.line constant