ParsedFile

internal data class ParsedFile(val packageName: PackageName, val imports: List<ImportDeclaration>, val classOrInterfaceTypes: Set<FqName>, val typeDeclarations: List<TypeDeclaration<*>>, val fieldDeclarations: Set<QualifiedDeclaredName>, val enumDeclarations: Set<QualifiedDeclaredName>)(source)

Constructors

Link copied to clipboard
constructor(packageName: PackageName, imports: List<ImportDeclaration>, classOrInterfaceTypes: Set<FqName>, typeDeclarations: List<TypeDeclaration<*>>, fieldDeclarations: Set<QualifiedDeclaredName>, enumDeclarations: Set<QualifiedDeclaredName>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val imports: List<ImportDeclaration>
Link copied to clipboard
Link copied to clipboard
val typeDeclarations: List<TypeDeclaration<*>>