SmalltalkState

data class SmalltalkState(var context: Any? = null, var expectVariable: Boolean = true, var indentation: Int = 0, var userIndentationDelta: Int = 0)

Constructors

Link copied to clipboard
constructor(context: Any? = null, expectVariable: Boolean = true, indentation: Int = 0, userIndentationDelta: Int = 0)

Properties

Link copied to clipboard
var context: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun userIndent(indentation: Int, indentUnit: Int)