class DisplayReporter extends reflect.internal.Reporter with PrintReporter
Instance Constructors
- new DisplayReporter(settings: Settings, reader: BufferedReader, writer: PrintWriter, echoWriter: PrintWriter)
Type Members
- class Severity extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (DisplayReporter, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def close(): Unit
- def count(severity: Severity): Int
- def display(pos: Position, msg: String, severity: Severity): Unit
- def displayPrompt(): Unit
- def echo(pos: Position, msg: String): Unit
- def echo(msg: String): Unit
- val echoWriter: PrintWriter
- def ensuring(cond: (DisplayReporter) => Boolean, msg: => Any): DisplayReporter
- def ensuring(cond: (DisplayReporter) => Boolean): DisplayReporter
- def ensuring(cond: Boolean, msg: => Any): DisplayReporter
- def ensuring(cond: Boolean): DisplayReporter
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def error(pos: Position, msg: String): Unit
- def errorCount: Int
- def finalize(): Unit
- def finish(): Unit
- def flush(): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hasErrors: Boolean
- def hasWarnings: Boolean
- def hashCode(): Int
- def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val reader: BufferedReader
- def rerunWithDetails(setting: Setting, name: String): String
- def reset(): Unit
- def resetCount(severity: Severity): Unit
- val settings: Settings
- val shortname: Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def warning(pos: Position, msg: String): Unit
- def warningCount: Int
- val writer: PrintWriter
- object ERROR extends Severity
- object INFO extends Severity
- object WARNING extends Severity
Value Members
- def close(): Unit
- def display(pos: Position, msg: String, severity: Severity): Unit
- def displayPrompt(): Unit
- def flush(): Unit
- val shortname: Boolean
Inherited from reflect.internal.Reporter
Value Members
- def count(severity: Severity): Int
- def echo(pos: Position, msg: String): Unit
- def echo(msg: String): Unit
- def error(pos: Position, msg: String): Unit
- def errorCount: Int
- def finish(): Unit
- def hasErrors: Boolean
- def hasWarnings: Boolean
- def rerunWithDetails(setting: Setting, name: String): String
- def reset(): Unit
- def resetCount(severity: Severity): Unit
- def warning(pos: Position, msg: String): Unit
- def warningCount: Int
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (DisplayReporter, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def close(): Unit
- def count(severity: Severity): Int
- def display(pos: Position, msg: String, severity: Severity): Unit
- def displayPrompt(): Unit
- def echo(pos: Position, msg: String): Unit
- def echo(msg: String): Unit
- val echoWriter: PrintWriter
- def ensuring(cond: (DisplayReporter) => Boolean, msg: => Any): DisplayReporter
- def ensuring(cond: (DisplayReporter) => Boolean): DisplayReporter
- def ensuring(cond: Boolean, msg: => Any): DisplayReporter
- def ensuring(cond: Boolean): DisplayReporter
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def error(pos: Position, msg: String): Unit
- def errorCount: Int
- def finalize(): Unit
- def finish(): Unit
- def flush(): Unit
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def hasErrors: Boolean
- def hasWarnings: Boolean
- def hashCode(): Int
- def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val reader: BufferedReader
- def rerunWithDetails(setting: Setting, name: String): String
- def reset(): Unit
- def resetCount(severity: Severity): Unit
- val settings: Settings
- val shortname: Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def warning(pos: Position, msg: String): Unit
- def warningCount: Int
- val writer: PrintWriter
- object ERROR extends Severity
- object INFO extends Severity
- object WARNING extends Severity
- def →[B](y: B): (DisplayReporter, B)
The Scala compiler and reflection APIs.