All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.partiql.lang.syntax.SourceSpan.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0-perf.1
Show newest version
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