Range

class Range

Identifies where the sensitive data begins and ends.

Types

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

Properties

Link copied to clipboard
val end: Long?

The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.

Link copied to clipboard
val start: Long?

The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.

Link copied to clipboard

In the line where the sensitive data starts, the column within the line where the sensitive data starts.

Functions

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