ClikeContext

data class ClikeContext(val indented: Int, val column: Int, val type: String, val info: String?, var align: Boolean?, val prev: ClikeContext?)

Constructors

Link copied to clipboard
constructor(indented: Int, column: Int, type: String, info: String?, align: Boolean?, prev: ClikeContext?)

Properties

Link copied to clipboard
Link copied to clipboard
val column: Int
Link copied to clipboard
Link copied to clipboard
val info: String?
Link copied to clipboard
Link copied to clipboard