implicit final class SummaryReporter extends AnyVal
- Source
- ScalaDoc.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SummaryReporter
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SummaryReporter(rep: Reporter)
Value Members
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val rep: Reporter
- def summaryEcho(msg: String): Unit
- def summaryEcho(pos: Position, msg: String): Unit
- def summaryError(msg: String): Unit
- def summaryError(pos: Position, msg: String): Unit
- def summaryWarning(msg: String): Unit
- def summaryWarning(pos: Position, msg: String): Unit
The Scala compiler and reflection APIs.