Packages

c

scala.tools.nsc.ScalaDoc

SummaryReporter

implicit final class SummaryReporter extends AnyVal

Source
ScalaDoc.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SummaryReporter
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SummaryReporter(rep: Reporter)

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. val rep: Reporter
  3. def summaryEcho(msg: String): Unit
  4. def summaryEcho(pos: Position, msg: String): Unit
  5. def summaryError(msg: String): Unit
  6. def summaryError(pos: Position, msg: String): Unit
  7. def summaryWarning(msg: String): Unit
  8. def summaryWarning(pos: Position, msg: String): Unit