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
Reporter.type

Members list

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

Supertypes
class Reporter
trait ReporterResult
class Object
trait Matchable
class Any
Self type
NoReporter.type

Types

Value members

Concrete methods

def displayPrompt(reader: BufferedReader, writer: PrintWriter): Unit

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