final class AggregateDiagnostic extends Diagnostic with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Diagnostic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateDiagnostic
  2. Serializable
  3. Product
  4. Equals
  5. Diagnostic
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AggregateDiagnostic(head: Diagnostic, tail: List[Diagnostic])

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. def all: List[Diagnostic]
    Definition Classes
    Diagnostic
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(obj: Any): Boolean
    Definition Classes
    AggregateDiagnostic → Equals
  7. val causes: List[Diagnostic]
    Definition Classes
    Diagnostic
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    AggregateDiagnostic → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AggregateDiagnostic → AnyRef → Any
  14. val head: Diagnostic
  15. val id: String
    Definition Classes
    Diagnostic
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mergeWith(other: Diagnostic): Diagnostic
    Definition Classes
    Diagnostic
  18. def message: String
    Definition Classes
    AggregateDiagnosticDiagnostic
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def overrideSeverity(why: String, newSeverity: Severity): Unit
    Definition Classes
    Diagnostic
  23. val position: Position
    Definition Classes
    Diagnostic
  24. def pretty: String
    Definition Classes
    Diagnostic
  25. def productArity: Int
    Definition Classes
    AggregateDiagnostic → Product
  26. def productElement(n: Int): Any
    Definition Classes
    AggregateDiagnostic → Product
  27. def productElementName(n: Int): String
    Definition Classes
    AggregateDiagnostic → Product
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def productIterator: Iterator[Any]
    Definition Classes
    Product
  30. def productPrefix: String
    Definition Classes
    AggregateDiagnostic → Product
  31. val severity: Severity
    Definition Classes
    Diagnostic
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val tail: List[Diagnostic]
  34. val throwable: Option[Throwable]
    Definition Classes
    Diagnostic
  35. def toString(): String
    Definition Classes
    AggregateDiagnostic → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withHead(head: Diagnostic): AggregateDiagnostic
  40. def withTail(tail: List[Diagnostic]): AggregateDiagnostic

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Diagnostic

Inherited from AnyRef

Inherited from Any

Ungrouped