scala.tools.nsc.reporters

Reporter

abstract class Reporter extends AnyRef

This interface provides methods to issue information, warning and error messages.

Source
Reporter.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Reporter
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Reporter()

Type Members

  1. class Severity extends Value

Abstract Value Members

  1. abstract def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit

    Attributes
    protected

Concrete 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val ERROR: Severity

  7. val INFO: Severity

  8. val WARNING: Severity

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. var cancelled: Boolean

  11. def clone(): AnyRef

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

  13. final def eq(arg0: AnyRef): Boolean

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

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

  16. def finalize(): Unit

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

  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hasErrors: Boolean

  20. def hasWarnings: Boolean

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def incompleteHandled: Boolean

  23. def incompleteInputError(pos: Position, msg: String): Unit

  24. def info(pos: Position, msg: String, force: Boolean): Unit

  25. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  29. def reset(): Unit

  30. object severity extends Enumeration

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def truncationOK: Boolean

  34. final def wait(): Unit

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

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

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

  38. def withIncompleteHandler[T](handler: (Position, String) ⇒ Unit)(thunk: ⇒ T): T

  39. def withoutTruncating[T](body: ⇒ T): T

Deprecated Value Members

  1. def countAsString(n: Int): String

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.tools.util.StringOps

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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to scala.tools.util.StringOps

Inherited from AnyRef

Inherited from Any