data class HistoLine
HistoLine(className: ClassName, num: Long?, instances: Long?, bytes: Long?) |
val bytes: Long? |
|
val className: ClassName |
|
val instances: Long? |
|
val num: Long? |
fun isGhost(): Boolean |
fun createGhostLine(name: ClassName): HistoLine |