CypherState

data class CypherState(var context: CypherContext? = null, var indent: Int = 0, var col: Int = 0)

Constructors

Link copied to clipboard
constructor(context: CypherContext? = null, indent: Int = 0, col: Int = 0)

Properties

Link copied to clipboard
var col: Int
Link copied to clipboard
Link copied to clipboard
var indent: Int