ModelicaState

data class ModelicaState(var tokenize: (StringStream, ModelicaState) -> String?? = null, var level: Int = 0, var sol: Boolean = true)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, ModelicaState) -> String?? = null, level: Int = 0, sol: Boolean = true)

Properties

Link copied to clipboard
var level: Int
Link copied to clipboard
Link copied to clipboard