Home
last modified time | relevance | path

Searched defs:TypeDeclaration (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/codegen/src/com/android/codegen/
DUtils.kt102 val TypeDeclaration<*>.nestedTypes get() = childNodes.filterIsInstance<TypeDeclaration<*>>() constant
103 val TypeDeclaration<*>.nestedDataClasses get() constant
106 val TypeDeclaration<*>.nestedNonDataClasses get() constant
110 val TypeDeclaration<*>.startLine get() = range.get()!!.begin.line constant