Reporter

dotty.tools.dotc.reporting.Reporter$
See theReporter companion class
object Reporter

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object NoReporter extends Reporter

A reporter that ignores reports, and doesn't record errors

A reporter that ignores reports, and doesn't record errors

Attributes

Graph
Supertypes
class Reporter
trait ReporterResult
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

Show prompt if -Xprompt is passed as a flag to the compiler

Show prompt if -Xprompt is passed as a flag to the compiler

Attributes

def fromSimpleReporter(simple: SimpleReporter): Reporter

Convert a SimpleReporter into a real Reporter

Convert a SimpleReporter into a real Reporter

Attributes