CobolIndent

data class CobolIndent(val prev: CobolIndent?, val indent: Int)

Constructors

Link copied to clipboard
constructor(prev: CobolIndent?, indent: Int)

Properties

Link copied to clipboard
val indent: Int
Link copied to clipboard