Span

class Span

A span in a policy. The span consists of a start position (inclusive) and end position (exclusive).

Types

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

Properties

Link copied to clipboard

The end position of the span (exclusive).

Link copied to clipboard

The start position of the span (inclusive).

Functions

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