Location

class Location(val line: Int = 0, val column: Int = 0, unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.Location, Nothing>

Constructors

Link copied to clipboard
constructor(line: Int = 0, column: Int = 0, unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<Trace.Location>
Link copied to clipboard
val column: Int = 0
Link copied to clipboard
val line: Int = 0
Link copied to clipboard
val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(line: Int = this.line, column: Int = this.column, unknownFields: ByteString = this.unknownFields): Trace.Location
Link copied to clipboard
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
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