QLangState

data class QLangState(var tokenize: (StringStream, QLangState) -> String? = ::qTokenBase, var context: QContext? = null, var indent: Int = 0, var col: Int = 0)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, QLangState) -> String? = ::qTokenBase, context: QContext? = null, indent: Int = 0, col: Int = 0)

Properties

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