VerilogState

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

Constructors

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

Properties

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