Packages

c

scala.tools.nsc

ScalaDocReporter

class ScalaDocReporter extends ConsoleReporter

The Scaladoc reporter adds summary messages to the ConsoleReporter

Use the summaryX methods to add unique summarizing message to the end of the run.

Source
ScalaDoc.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaDocReporter
  2. ConsoleReporter
  3. AbstractReporter
  4. Reporter
  5. Reporter
  6. AnyRef
  7. 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 ScalaDocReporter(settings: Settings)

Type Members

  1. class Severity extends AnyRef
    Definition Classes
    Reporter

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to any2stringadd[ScalaDocReporter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalaDocReporter, B)
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to ArrowAssoc[ScalaDocReporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. lazy val ERROR: Severity
    Definition Classes
    Reporter → Reporter
  7. final val ERROR_LIMIT: Int(100)

    maximal number of error messages to be printed

    maximal number of error messages to be printed

    Definition Classes
    ConsoleReporter
  8. def addDelayedMessage(pos: Position, msg: String, print: () ⇒ Unit): Unit

    Eliminates messages if both pos and msg are equal to existing element

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. var cancelled: Boolean
    Definition Classes
    Reporter
  11. def clabel(severity: Severity): String
    Attributes
    protected
    Definition Classes
    ConsoleReporter
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def comment(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  14. def count(severity: Severity): Int
    Definition Classes
    Reporter → Reporter
  15. def display(pos: Position, msg: String, severity: Severity): Unit
    Definition Classes
    ConsoleReporterAbstractReporter
  16. def displayPrompt(): Unit
    Definition Classes
    ConsoleReporterAbstractReporter
  17. def echo(msg: String): Unit

    For sending a message which should not be labelled as a warning/error, but also shouldn't require -verbose to be visible.

    For sending a message which should not be labelled as a warning/error, but also shouldn't require -verbose to be visible.

    Definition Classes
    Reporter
  18. def echo(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  19. def ensuring(cond: (ScalaDocReporter) ⇒ Boolean, msg: ⇒ Any): ScalaDocReporter
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to Ensuring[ScalaDocReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (ScalaDocReporter) ⇒ Boolean): ScalaDocReporter
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to Ensuring[ScalaDocReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): ScalaDocReporter
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to Ensuring[ScalaDocReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): ScalaDocReporter
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to Ensuring[ScalaDocReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def error(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  26. def errorCount: Int
    Definition Classes
    Reporter
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def finish(): Unit
    Definition Classes
    ConsoleReporter → Reporter
  29. def flush(): Unit
    Definition Classes
    ConsoleReporter → Reporter
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to StringFormat[ScalaDocReporter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  32. def hasErrors: Boolean
    Definition Classes
    ScalaDocReporterReporter → Reporter
  33. def hasWarnings: Boolean
    Definition Classes
    Reporter
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  35. final def info(pos: Position, msg: String, force: Boolean): Unit

    Informational messages.

    Informational messages. If !force, they may be suppressed.

    Definition Classes
    Reporter
  36. def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit
    Attributes
    protected
    Definition Classes
    AbstractReporter → Reporter
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  41. def print(pos: Position, msg: String, severity: Severity): Unit
    Definition Classes
    ConsoleReporter
  42. def printColumnMarker(pos: Position): Unit

    Prints the column marker of the given position.

    Prints the column marker of the given position.

    Definition Classes
    ConsoleReporter
  43. def printDelayedMessages(): Unit
  44. def printMessage(posIn: Position, msg: String): Unit

    Prints the message with the given position indication.

    Prints the message with the given position indication.

    Definition Classes
    ConsoleReporter
  45. def printMessage(msg: String): Unit

    Prints the message.

    Prints the message.

    Definition Classes
    ConsoleReporter
  46. def printSummary(): Unit

    Prints the number of errors and warnings if their are non-zero.

    Prints the number of errors and warnings if their are non-zero.

    Definition Classes
    ScalaDocReporterConsoleReporter
  47. def reallyHasErrors: Boolean
  48. def rerunWithDetails(setting: Setting, name: String): String
    Definition Classes
    Reporter
  49. def reset(): Unit
    Definition Classes
    AbstractReporterReporter → Reporter
  50. def resetCount(severity: Severity): Unit
    Definition Classes
    Reporter → Reporter
  51. val settings: Settings
    Definition Classes
    ConsoleReporterAbstractReporter
  52. var shortname: Boolean

    Whether a short file name should be displayed before errors

    Whether a short file name should be displayed before errors

    Definition Classes
    ConsoleReporter
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def warning(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  59. def warningCount: Int
    Definition Classes
    Reporter
  60. def [B](y: B): (ScalaDocReporter, B)
    Implicit
    This member is added by an implicit conversion from ScalaDocReporter to ArrowAssoc[ScalaDocReporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  61. object INFO extends Severity
    Definition Classes
    Reporter → Reporter
  62. object WARNING extends Severity
    Definition Classes
    Reporter → Reporter

Inherited from ConsoleReporter

Inherited from AbstractReporter

Inherited from Reporter

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScalaDocReporter to any2stringadd[ScalaDocReporter]

Inherited by implicit conversion StringFormat from ScalaDocReporter to StringFormat[ScalaDocReporter]

Inherited by implicit conversion Ensuring from ScalaDocReporter to Ensuring[ScalaDocReporter]

Inherited by implicit conversion ArrowAssoc from ScalaDocReporter to ArrowAssoc[ScalaDocReporter]

Ungrouped