![JAR search and dependency download from the Maven repository](/logo.png)
org.partiql.lang.syntax.SourceSpan.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of partiql-lang-kotlin Show documentation
Show all versions of partiql-lang-kotlin Show documentation
An implementation of PartiQL for the JVM written in Kotlin.
package org.partiql.lang.syntax
/**
* Defines the location of a token and its length in bytes.
*/
@Deprecated(
message = "This class is subject to removal.",
level = DeprecationLevel.WARNING
) // To be removed before 1.0
data class SourceSpan(val line: Long, val column: Long, val length: Long)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy