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)