CodeErrorLocation

Describes the location of the error in a code sample.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val column: Int

The column number in the code. Defaults to 0 if unknown.

Link copied to clipboard
val line: Int

The line number in the code. Defaults to 0 if unknown.

Link copied to clipboard
val span: Int

The span/length of the error. Defaults to -1 if unknown.

Functions

Link copied to clipboard
inline fun copy(block: CodeErrorLocation.Builder.() -> Unit = {}): CodeErrorLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String