VhdlState
data class VhdlState(var tokenize: (StringStream, VhdlState) -> String?? = null, var context: VhdlContext, var indented: Int = 0, var startOfLine: Boolean = true)
Constructors
Link copied to clipboard
constructor(tokenize: (StringStream, VhdlState) -> String?? = null, context: VhdlContext, indented: Int = 0, startOfLine: Boolean = true)