Diagnostic

dotty.tools.dotc.semanticdb.Diagnostic
See theDiagnostic companion class
object Diagnostic extends SemanticdbGeneratedMessageCompanion[Diagnostic]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait SemanticdbGeneratedMessageCompanion[Diagnostic]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Diagnostic.type

Members list

Type members

Classlikes

sealed abstract class Severity(val value: Int) extends SemanticdbGeneratedEnum

Attributes

Companion
object
Supertypes
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ERROR
object HINT
object INFORMATION
trait Recognized
object WARNING
class Unrecognized
Show all
object Severity

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Severity.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Attributes

Inherited from:
SemanticdbGeneratedMessageCompanion

Value members

Concrete methods

def of(range: Option[Range], severity: Severity, message: String): Diagnostic
def parseFrom(`_input__`: SemanticdbInputStream): Diagnostic

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Inherited methods

def merge(a: Diagnostic, input: SemanticdbInputStream): Diagnostic

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
SemanticdbGeneratedMessageCompanion
def parseFrom(input: Array[Byte]): Diagnostic

Attributes

Inherited from:
SemanticdbGeneratedMessageCompanion

Concrete fields

final val MESSAGE_FIELD_NUMBER: 3
final val RANGE_FIELD_NUMBER: 1
final val SEVERITY_FIELD_NUMBER: 2

Implicits

Implicits

implicit def messageCompanion: SemanticdbGeneratedMessageCompanion[Diagnostic]