Packages

c

scala.tools.nsc.interactive

InteractiveReporter

abstract class InteractiveReporter extends Reporter

Source
InteractiveReporter.scala
Linear Supertypes
Reporter, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractiveReporter
  2. Reporter
  3. AnyRef
  4. 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 InteractiveReporter()

Type Members

  1. class Severity extends AnyRef
    Definition Classes
    Reporter

Abstract Value Members

  1. abstract def compiler: Global

Concrete 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 InteractiveReporter toany2stringadd[InteractiveReporter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (InteractiveReporter, B)
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toArrowAssoc[InteractiveReporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def count(severity: Severity): Int
    Definition Classes
    Reporter
  9. def echo(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  10. def echo(msg: String): Unit
    Definition Classes
    Reporter
  11. def ensuring(cond: (InteractiveReporter) => Boolean, msg: => Any): InteractiveReporter
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toEnsuring[InteractiveReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (InteractiveReporter) => Boolean): InteractiveReporter
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toEnsuring[InteractiveReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): InteractiveReporter
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toEnsuring[InteractiveReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): InteractiveReporter
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toEnsuring[InteractiveReporter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  18. def errorCount: Int
    Definition Classes
    Reporter
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def finish(): Unit
    Definition Classes
    Reporter
  21. def flush(): Unit
    Definition Classes
    Reporter
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toStringFormat[InteractiveReporter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hasErrors: Boolean
    Definition Classes
    Reporter
  25. def hasWarnings: Boolean
    Definition Classes
    Reporter
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit
    Definition Classes
    InteractiveReporter → Reporter
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val otherProblems: ArrayBuffer[Problem]
  33. def rerunWithDetails(setting: Setting, name: String): String
    Definition Classes
    Reporter
  34. def reset(): Unit
    Definition Classes
    InteractiveReporter → Reporter
  35. def resetCount(severity: Severity): Unit
    Definition Classes
    Reporter
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def warning(pos: Position, msg: String): Unit
    Definition Classes
    Reporter
  42. def warningCount: Int
    Definition Classes
    Reporter
  43. object ERROR extends Severity
    Definition Classes
    Reporter
  44. object INFO extends Severity
    Definition Classes
    Reporter
  45. object WARNING extends Severity
    Definition Classes
    Reporter

Deprecated Value Members

  1. def [B](y: B): (InteractiveReporter, B)
    Implicit
    This member is added by an implicit conversion from InteractiveReporter toArrowAssoc[InteractiveReporter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromInteractiveReporter to any2stringadd[InteractiveReporter]

Inherited by implicit conversion StringFormat fromInteractiveReporter to StringFormat[InteractiveReporter]

Inherited by implicit conversion Ensuring fromInteractiveReporter to Ensuring[InteractiveReporter]

Inherited by implicit conversion ArrowAssoc fromInteractiveReporter to ArrowAssoc[InteractiveReporter]

Ungrouped