object NoReporter extends Reporter
Type Members
- class Severity extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- var cancelled: Boolean
- def clone(): AnyRef
- def comment(pos: Position, msg: String): Unit
- def count(severity: Severity): Int
- def echo(pos: Position, msg: String): Unit
- def echo(msg: String): Unit
- 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
- 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
- def rerunWithDetails(setting: Setting, name: String): String
- def reset(): Unit
- def resetCount(severity: Severity): 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
- def warning(pos: Position, msg: String): Unit
- def warningCount: Int
- object ERROR extends Severity
- object INFO extends Severity
- object WARNING extends Severity
Deprecated Value Members
- final def info(pos: Position, msg: String, force: Boolean): Unit
Value Members
- var cancelled: Boolean
- def comment(pos: Position, msg: String): Unit
- def hasErrors: Boolean
- def reset(): Unit
- final def info(pos: Position, msg: String, force: Boolean): Unit
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 flush(): Unit
- def hasWarnings: Boolean
- def rerunWithDetails(setting: Setting, name: String): String
- 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
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- var cancelled: Boolean
- def clone(): AnyRef
- def comment(pos: Position, msg: String): Unit
- def count(severity: Severity): Int
- def echo(pos: Position, msg: String): Unit
- def echo(msg: String): Unit
- 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
- 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
- def rerunWithDetails(setting: Setting, name: String): String
- def reset(): Unit
- def resetCount(severity: Severity): 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
- def warning(pos: Position, msg: String): Unit
- def warningCount: Int
- object ERROR extends Severity
- object INFO extends Severity
- object WARNING extends Severity
- final def info(pos: Position, msg: String, force: Boolean): Unit
The Scala compiler and reflection APIs.