Location

class Location

A location in a policy that is represented as a path through the JSON representation and a corresponding span.

Types

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

Properties

Link copied to clipboard

A path in a policy, represented as a sequence of path elements.

Link copied to clipboard
val span: Span?

A span in a policy.

Functions

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