data class ValueDisplay
<init> |
ValueDisplay(value: IrVariable, indent: Int, row: Int, source: String) |
indent |
val indent: Int |
row |
val row: Int |
source |
val source: String |
value |
val value: IrVariable |