Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
CobolState
Cobol
State
data
class
CobolState
(
var
indentStack
:
CobolIndent
?
=
null
,
var
indentation
:
Int
=
0
,
var
mode
:
String
?
=
null
)
Members
Constructors
Cobol
State
Link copied to clipboard
constructor
(
indentStack
:
CobolIndent
?
=
null
,
indentation
:
Int
=
0
,
mode
:
String
?
=
null
)
Properties
indentation
Link copied to clipboard
var
indentation
:
Int
indent
Stack
Link copied to clipboard
var
indentStack
:
CobolIndent
?
mode
Link copied to clipboard
var
mode
:
String
?