RContext

data class RContext(val type: String, val indent: Int, var flags: Int, val column: Int, val prev: RContext?, var argList: Boolean = false)

Constructors

Link copied to clipboard
constructor(type: String, indent: Int, flags: Int, column: Int, prev: RContext?, argList: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val column: Int
Link copied to clipboard
var flags: Int
Link copied to clipboard
val indent: Int
Link copied to clipboard
Link copied to clipboard