Diagnostic

dotty.tools.dotc.semanticdb.Diagnostic
See theDiagnostic companion object
final case class Diagnostic(range: Option[Range], severity: Severity, message: String) extends SemanticdbGeneratedMessage

Attributes

Companion
object
Graph
Supertypes
trait SemanticdbGeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def serializedSize: Int

Attributes

Definition Classes
SemanticdbGeneratedMessage
def withRange(`__v`: Range): Diagnostic
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