SparqlContext

data class SparqlContext(val prev: SparqlContext?, val indent: Int, val col: Int, val type: String, var align: Boolean?)

Constructors

Link copied to clipboard
constructor(prev: SparqlContext?, indent: Int, col: Int, type: String, align: Boolean?)

Properties

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