Searched refs:TypeDeclaration (Results 1 – 4 of 4) sorted by relevance
8 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()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
4 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()11 val nestedTypes = classAst.members.filterIsInstance<TypeDeclaration<*>>() in <lambda>()
6 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()223 .filterIsInstance(TypeDeclaration::class.java) in <lambda>()
23 import com.github.javaparser.ast.body.TypeDeclaration in <lambda>()82 it.name == (ast.parentNode.get()!! as TypeDeclaration<*>).nameAsString in <lambda>()