Home
last modified time | relevance | path

Searched refs:nodeKind (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Formats/
DPackageListService.kt20 val nodeKind = node.kind in formatPackageList() constant
22 when (nodeKind) { in formatPackageList()
41 if (nodeKind in NodeKind.classLike || nodeKind in NodeKind.memberLike) { in formatPackageList()
/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt253 val node = nodeForElement(this, nodeKind()) in appendFile()
275 private fun PsiField.nodeKind(): NodeKind = when { in appendFile() method in org.jetbrains.dokka.JavaPsiDocumentationBuilder
281 val node = nodeForElement(this, nodeKind(), name) in appendFile()
292 private fun PsiMethod.nodeKind(): NodeKind = when { in appendFile() method in org.jetbrains.dokka.JavaPsiDocumentationBuilder