CobolState

data class CobolState(var indentStack: CobolIndent? = null, var indentation: Int = 0, var mode: String? = null)

Constructors

Link copied to clipboard
constructor(indentStack: CobolIndent? = null, indentation: Int = 0, mode: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var mode: String?