Location

dotty.tools.dotc.semanticdb.Location
See theLocation companion object
final case class Location(uri: String, range: Option[Range]) extends SemanticdbGeneratedMessage

Attributes

Companion:
object
Graph
Supertypes
trait SemanticdbGeneratedMessage
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def serializedSize: Int

Attributes

Definition Classes
SemanticdbGeneratedMessage
def withRange(`__v`: Range): Location
def withUri(`__v`: String): Location
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the messgae and returns a byte array containing its raw bytes

Serializes the messgae and returns a byte array containing its raw bytes

Attributes

Inherited from:
SemanticdbGeneratedMessage