dotty.tools.dotc.reporting

ThrowingReporter

Related Doc: package reporting

class ThrowingReporter extends Reporter

This class implements a Reporter that throws all errors and sends warnings and other info to the underlying reporter.

Linear Supertypes
Reporter, ReporterResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThrowingReporter
  2. Reporter
  3. ReporterResult
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThrowingReporter(reportInfo: Reporter)

Type Members

  1. type ErrorHandler = (Diagnostic) ⇒ (Context) ⇒ Unit

    Definition Classes
    Reporter

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 allErrors: List[Error]

    Definition Classes
    Reporter
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def doReport(d: Diagnostic)(implicit ctx: Context): Unit

    Report a diagnostic

    Report a diagnostic

    Definition Classes
    ThrowingReporterReporter
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. var errorCount: Int

    Definition Classes
    Reporter → ReporterResult
  11. def errorsReported: Boolean

    Have errors been reported by this reporter, or in the case where this is a StoreReporter, by an outer reporter?

    Have errors been reported by this reporter, or in the case where this is a StoreReporter, by an outer reporter?

    Definition Classes
    Reporter
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flush()(implicit ctx: Context): Unit

    Issue all error messages in this reporter to next outer one, or make sure they are written.

    Issue all error messages in this reporter to next outer one, or make sure they are written.

    Definition Classes
    Reporter
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hasErrors(): Boolean

    Definition Classes
    Reporter → ReporterResult
  16. def hasPending: Boolean

    Does this reporter contain not yet reported errors or warnings?

    Does this reporter contain not yet reported errors or warnings?

    Definition Classes
    Reporter
  17. def hasWarnings(): Boolean

    Definition Classes
    Reporter → ReporterResult
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def incomplete(d: Diagnostic)(implicit ctx: Context): Unit

    Definition Classes
    Reporter
  20. def isHidden(d: Diagnostic)(implicit ctx: Context): Boolean

    Should this diagnostic not be reported at all?

    Should this diagnostic not be reported at all?

    Definition Classes
    Reporter
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def printSummary(implicit ctx: Context): Unit

    Print the summary of warnings and errors

    Print the summary of warnings and errors

    Definition Classes
    Reporter
  26. def report(d: Diagnostic)(implicit ctx: Context): Unit

    Definition Classes
    Reporter
  27. def summary: String

    Summary of warnings and errors

    Summary of warnings and errors

    Definition Classes
    Reporter
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def truncationOK: Boolean

    Definition Classes
    Reporter
  31. val unreportedWarnings: HashMap[String, Int]

    Definition Classes
    Reporter
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. var warningCount: Int

    Definition Classes
    Reporter → ReporterResult
  36. def withIncompleteHandler[T](handler: ErrorHandler)(op: ⇒ T): T

    Definition Classes
    Reporter
  37. def withoutTruncating[T](body: ⇒ T): T

    Definition Classes
    Reporter

Inherited from Reporter

Inherited from ReporterResult

Inherited from AnyRef

Inherited from Any

Ungrouped