GoState

data class GoState(var tokenize: (StringStream, GoState) -> String?? = null, var context: GoContext, var indented: Int = 0, var startOfLine: Boolean = true, var curPunc: String? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, GoState) -> String?? = null, context: GoContext, indented: Int = 0, startOfLine: Boolean = true, curPunc: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard