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
/
CypherState
Cypher
State
data
class
CypherState
(
var
context
:
CypherContext
?
=
null
,
var
indent
:
Int
=
0
,
var
col
:
Int
=
0
)
Members
Constructors
Cypher
State
Link copied to clipboard
constructor
(
context
:
CypherContext
?
=
null
,
indent
:
Int
=
0
,
col
:
Int
=
0
)
Properties
col
Link copied to clipboard
var
col
:
Int
context
Link copied to clipboard
var
context
:
CypherContext
?
indent
Link copied to clipboard
var
indent
:
Int