scala.tools.nsc.interpreter

ReplReporter

class ReplReporter extends ConsoleReporter

Like ReplGlobal, a layer for ensuring extra functionality.

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplReporter
  2. ConsoleReporter
  3. AbstractReporter
  4. Reporter
  5. AnyRef
  6. 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 ReplReporter(intp: IMain)

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 ReplReporter to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ReplReporter, B)

    Implicit information
    This member is added by an implicit conversion from ReplReporter to ArrowAssoc[ReplReporter] 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

    maximal number of error messages to be printed

    Definition Classes
    ConsoleReporter
  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
    ReplReporterConsoleReporterAbstractReporter
  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: (ReplReporter) ⇒ Boolean, msg: ⇒ Any): ReplReporter

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

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

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

    Implicit information
    This member is added by an implicit conversion from ReplReporter to Ensuring[ReplReporter] 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( classOf[java.lang.Throwable] )
  28. def flush(): Unit

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

    Implicit information
    This member is added by an implicit conversion from ReplReporter 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

    Definition Classes
    ConsoleReporter
  43. def printColumnMarker(pos: Position): Unit

    Prints the column marker of the given position.

    Prints the column marker of the given position.

    pos

    ...

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

    Prints the message.

    Prints the message.

    Definition Classes
    ReplReporterConsoleReporter
  45. 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
  46. def printSourceLine(pos: Position): Unit

    pos

    ...

    Definition Classes
    ConsoleReporter
  47. 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
    ConsoleReporter
  48. def printUntruncatedMessage(msg: String): Unit

  49. def reset(): Unit

    Definition Classes
    AbstractReporterReporter
  50. val settings: Settings

    Definition Classes
    ConsoleReporterAbstractReporter
  51. object severity extends Enumeration

    Definition Classes
    Reporter
  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. def truncationOK: Boolean

    Definition Classes
    Reporter
  56. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def warning(pos: Position, msg: String): Unit

    Warnings and errors.

    Warnings and errors.

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

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

    Definition Classes
    Reporter
  62. def [B](y: B): (ReplReporter, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReplReporter 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:
    (replReporter: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReplReporter 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:
    (replReporter: 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: ReplReporter

    Implicit information
    This member is added by an implicit conversion from ReplReporter to ArrowAssoc[ReplReporter] 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:
    (replReporter: ArrowAssoc[ReplReporter]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: ReplReporter

    Implicit information
    This member is added by an implicit conversion from ReplReporter to Ensuring[ReplReporter] 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:
    (replReporter: Ensuring[ReplReporter]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ConsoleReporter

Inherited from AbstractReporter

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReplReporter to StringAdd

Inherited by implicit conversion any2stringfmt from ReplReporter to StringFormat

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

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

Ungrouped