Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DUtils.kt8 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()
102 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
DClassInfo.kt4 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()
11 val nestedTypes = classAst.members.filterIsInstance<TypeDeclaration<*>>() in <lambda>()
DClassPrinter.kt6 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()
223 .filterIsInstance(TypeDeclaration::class.java) in <lambda>()
DFileInfo.kt23 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()
82 it.name == (ast.parentNode.get()!! as TypeDeclaration<*>).nameAsString in <lambda>()