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