dotty.tools.dotc.transform.init.Semantic$.Reporter$
See theReporter companion trait
object Reporter
Attributes
Members list
Type members
Classlikes
class BufferedReporter extends Reporter
Attributes
- Supertypes
- Known subtypes
-
class TryBufferedReporter
class ErrorFound(val error: Error) extends Exception
Attributes
- Supertypes
class StopEarlyReporter extends Reporter
class TryBufferedReporter(backup: Data) extends BufferedReporter, TryReporter
Attributes
- Supertypes
-
trait TryReporterclass BufferedReportertrait Reporterclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Capture all errors with a TryReporter
Capture all errors with a TryReporter
The TryReporter cannot be thrown away: either abort
must be called or the errors must be reported.
Attributes
In this article