RState

data class RState(var tokenize: (StringStream, RState) -> String? = ::rTokenBase, var ctx: RContext = RContext("top", 0, R_ALIGN_NO, 0, null), var indent: Int = 0, var afterIdent: Boolean = false, var curPunc: String? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, RState) -> String? = ::rTokenBase, ctx: RContext = RContext("top", 0, R_ALIGN_NO, 0, null), indent: Int = 0, afterIdent: Boolean = false, curPunc: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var indent: Int
Link copied to clipboard