Reporter

class Reporter
class Object
trait Matchable
class Any

Value members

Concrete methods

def hasErrors: Boolean
def reportMissing(name: String): Unit
def reportParseError(name: String, message: String): Unit
def reportUnknown(name: String): Unit
def reportUnknownCommand(actual: String, available: Seq[String]): Unit
def stderr: PrintStream
def stdout: PrintStream