Package-level declarations
Types
Link copied to clipboard
object CollectDecls
Link copied to clipboard
Link copied to clipboard
class DumpIrTreeVisitor(out: Appendable, normalizeNames: Boolean = false, stableOrder: Boolean = false) : IrElementVisitor<Unit, String>
Link copied to clipboard
class DumpTreeFromSourceLineVisitor(val fileEntry: IrFileEntry, lineNumber: Int, out: Appendable, normalizeNames: Boolean = false) : IrElementVisitorVoid
Link copied to clipboard
class RenderIrElementVisitorSimple(normalizeNames: Boolean = false, verboseErrorTypes: Boolean = true) : IrElementVisitor<String, Nothing?>