Packages

final class Diagnostic extends Serializable

Represents a diagnostic, such as a compiler error or warning. Diagnostic objects are only valid in the scope of a resource.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Diagnostic
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val code: Option[String]
  7. val data: Option[ScalaDiagnostic]
  8. val dataKind: Option[String]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(o: Any): Boolean
    Definition Classes
    Diagnostic → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    Diagnostic → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val message: String
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val range: Range
  20. val relatedInformation: Vector[DiagnosticRelatedInformation]
  21. val severity: Option[Long]
  22. val source: Option[String]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    Diagnostic → AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def withCode(code: String): Diagnostic
  29. def withCode(code: Option[String]): Diagnostic
  30. def withData(data: ScalaDiagnostic): Diagnostic
  31. def withData(data: Option[ScalaDiagnostic]): Diagnostic
  32. def withDataKind(dataKind: String): Diagnostic
  33. def withDataKind(dataKind: Option[String]): Diagnostic
  34. def withMessage(message: String): Diagnostic
  35. def withRange(range: Range): Diagnostic
  36. def withRelatedInformation(relatedInformation: Vector[DiagnosticRelatedInformation]): Diagnostic
  37. def withSeverity(severity: Long): Diagnostic
  38. def withSeverity(severity: Option[Long]): Diagnostic
  39. def withSource(source: String): Diagnostic
  40. def withSource(source: Option[String]): Diagnostic

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped