IndenterEvaluator

class IndenterEvaluator(val markHandler: (sb: StringBuilder, line: Int, data: Any) -> Unit?, val indentEmptyLines: Boolean, val doIndent: Boolean)

Constructors

Link copied to clipboard
constructor(markHandler: (sb: StringBuilder, line: Int, data: Any) -> Unit?, indentEmptyLines: Boolean, doIndent: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var line: Int
Link copied to clipboard
val markHandler: (sb: StringBuilder, line: Int, data: Any) -> Unit?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun doLine()
Link copied to clipboard
fun eval(actions: List<Indenter.Action>)
Link copied to clipboard