Position

class Position

A position in a policy.

Types

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

Properties

Link copied to clipboard
val column: Int

The column of the position, starting from 0.

Link copied to clipboard
val line: Int

The line of the position, starting from 1.

Link copied to clipboard
val offset: Int

The offset within the policy that corresponds to the position, starting from 0.

Functions

Link copied to clipboard
inline fun copy(block: Position.Builder.() -> Unit = {}): Position
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