inox
DefaultReporter
class
DefaultReporter extends Reporter
Instance Constructors
-
new
DefaultReporter(debugSections: Set[DebugSection])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
ERROR extends Severity with Product with Serializable
-
object
FATAL extends Severity with Product with Serializable
-
object
INFO extends Severity with Product with Serializable
-
object
INTERNAL extends Severity with Product with Serializable
-
object
WARNING extends Severity with Product with Serializable
-
-
final
def
asInstanceOf[T0]: T0
-
val
blankPrefix: String
-
def
clone(): AnyRef
-
final
def
debug(msg: ⇒ Any)(implicit section: DebugSection): Unit
-
def
debug(pos: Position, msg: ⇒ Any)(implicit section: DebugSection): Unit
-
-
def
emit(msg: Message): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
error(msg: Any): Unit
-
final
def
error(pos: Position, msg: Any): Unit
-
final
def
errorCount: Int
-
final
def
fatalError(msg: Any): Nothing
-
final
def
fatalError(pos: Position, msg: Any): Nothing
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getLine(pos: Position): Option[String]
-
def
hashCode(): Int
-
final
def
ifDebug(body: ((Any) ⇒ Unit) ⇒ Any)(implicit section: DebugSection): Unit
-
def
ifDebug(pos: Position, body: ((Any) ⇒ Unit) ⇒ Any)(implicit section: DebugSection): Any
-
final
def
info(msg: Any): Unit
-
final
def
info(pos: Position, msg: Any): Unit
-
final
def
internalAssertion(cond: Boolean, msg: Any): Unit
-
final
def
internalAssertion(cond: Boolean, pos: Position, msg: Any): Unit
-
final
def
internalError(msg: Any): Nothing
-
final
def
internalError(pos: Position, msg: Any): Nothing
-
def
isDebugEnabled(implicit section: DebugSection): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
var
linesOf: Map[File, List[String]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onCompilerProgress(current: Int, total: Int): Unit
-
def
onFatal(msg: String = ""): Nothing
-
val
prefixSize: Int
-
def
printLineContent(pos: Position): Unit
-
def
reline(pfx: String, msg: String): String
-
def
severityToPrefix(sev: Severity): String
-
def
smartPos(p: Position): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
terminateIfError(): Unit
-
final
def
title(msg: Any): Unit
-
final
def
title(pos: Position, msg: Any): Unit
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
warning(msg: Any): Unit
-
final
def
warning(pos: Position, msg: Any): Unit
-
final
def
warningCount: Int
-
final
def
whenDebug(section: DebugSection)(body: ((Any) ⇒ Unit) ⇒ Any): Unit
-
def
whenDebug(pos: Position, section: DebugSection)(body: ((Any) ⇒ Unit) ⇒ Any): Unit
Inherited from AnyRef
Inherited from Any