scala.tools.nsc.reporters

ConsoleReporter

class ConsoleReporter extends AbstractReporter

This class implements a Reporter that displays messages on a text console.

Source
ConsoleReporter.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConsoleReporter
  2. AbstractReporter
  3. Reporter
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsoleReporter(settings: Settings)

  2. new ConsoleReporter(settings: Settings, reader: BufferedReader, writer: PrintWriter)

Type Members

  1. class Severity extends severity.Value

    Definition Classes
    Reporter

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ConsoleReporter, B)

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to ArrowAssoc[ConsoleReporter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val ERROR: Severity

    Definition Classes
    Reporter
  9. final val ERROR_LIMIT: Int(100)

    maximal number of error messages to be printed

  10. val INFO: Severity

    Definition Classes
    Reporter
  11. val WARNING: Severity

    Definition Classes
    Reporter
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. var cancelled: Boolean

    Definition Classes
    Reporter
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def comment(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  16. def display(pos: Position, msg: String, severity: Severity): Unit

    Definition Classes
    ConsoleReporterAbstractReporter
  17. def displayPrompt(): Unit

    Definition Classes
    ConsoleReporterAbstractReporter
  18. def echo(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  19. def echo(msg: String): Unit

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

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

    Definition Classes
    Reporter
  20. def ensuring(cond: (ConsoleReporter) ⇒ Boolean, msg: ⇒ Any): ConsoleReporter

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to Ensuring[ConsoleReporter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (ConsoleReporter) ⇒ Boolean): ConsoleReporter

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to Ensuring[ConsoleReporter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): ConsoleReporter

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to Ensuring[ConsoleReporter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): ConsoleReporter

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to Ensuring[ConsoleReporter] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def error(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def flush(): Unit

    Definition Classes
    ConsoleReporterReporter
  29. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hasErrors: Boolean

    Definition Classes
    Reporter
  32. def hasWarnings: Boolean

    Definition Classes
    Reporter
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def incompleteHandled: Boolean

    Definition Classes
    Reporter
  35. def incompleteInputError(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  36. def info(pos: Position, msg: String, force: Boolean): Unit

    Informational messages, suppressed unless -verbose or force=true.

    Informational messages, suppressed unless -verbose or force=true.

    Definition Classes
    Reporter
  37. def info0(pos: Position, msg: String, _severity: Severity, force: Boolean): Unit

    Attributes
    protected
    Definition Classes
    AbstractReporterReporter
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. def print(pos: Position, msg: String, severity: Severity): Unit

  43. def printColumnMarker(pos: Position): Unit

    Prints the column marker of the given position.

    Prints the column marker of the given position.

    pos

    ...

  44. def printMessage(posIn: Position, msg: String): Unit

    Prints the message with the given position indication.

  45. def printMessage(msg: String): Unit

    Prints the message.

  46. def printSourceLine(pos: Position): Unit

    pos

    ...

  47. def printSummary(): Unit

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

  48. def reset(): Unit

    Definition Classes
    AbstractReporterReporter
  49. val settings: Settings

    Definition Classes
    ConsoleReporterAbstractReporter
  50. object severity extends Enumeration

    Definition Classes
    Reporter
  51. var shortname: Boolean

    Whether a short file name should be displayed before errors

  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    AnyRef → Any
  54. def truncationOK: Boolean

    Definition Classes
    Reporter
  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

    Warnings and errors.

    Warnings and errors.

    Definition Classes
    Reporter
  59. def withIncompleteHandler[T](handler: (Position, String) ⇒ Unit)(thunk: ⇒ T): T

    Definition Classes
    Reporter
  60. def withoutTruncating[T](body: ⇒ T): T

    Definition Classes
    Reporter
  61. def [B](y: B): (ConsoleReporter, B)

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to ArrowAssoc[ConsoleReporter] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (consoleReporter: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (consoleReporter: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def countAsString(n: Int): String

    Definition Classes
    Reporter
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.StringOps

  2. def countElementsAsString(n: Int, elements: String): String

    Definition Classes
    Reporter
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.reflect.internal.util.StringOps

  3. def x: ConsoleReporter

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to ArrowAssoc[ConsoleReporter] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (consoleReporter: ArrowAssoc[ConsoleReporter]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: ConsoleReporter

    Implicit information
    This member is added by an implicit conversion from ConsoleReporter to Ensuring[ConsoleReporter] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (consoleReporter: Ensuring[ConsoleReporter]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AbstractReporter

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ConsoleReporter to StringAdd

Inherited by implicit conversion any2stringfmt from ConsoleReporter to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ConsoleReporter to ArrowAssoc[ConsoleReporter]

Inherited by implicit conversion any2Ensuring from ConsoleReporter to Ensuring[ConsoleReporter]

No Group