SimpleModeState

constructor(state: String = "start", pending: MutableList<PendingToken>? = null, indent: MutableList<Int>? = null, stack: MutableList<String>? = null)