scala.tools.nsc.reporters

Reporter

class Reporter extends AnyRef

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

Attributes
abstract
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. def info0 (pos: Position, msg: String, severity: Severity, force: Boolean): Unit

    Attributes
    protected abstract

Concrete Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. val ERROR : Severity

  7. val INFO : Severity

  8. val WARNING : Severity

  9. def asInstanceOf [T0] : T0

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

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def reset (): Unit

  30. object severity extends Enumeration

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (): String

    Definition Classes
    AnyRef → Any
  33. def truncationOK : Boolean

  34. def wait (): Unit

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

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

    Attributes
    final
    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

    Moved to scala.tools.util.StringOps

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

    Annotations
    @deprecated
    Deprecated

    Moved to scala.tools.util.StringOps

Inherited from AnyRef

Inherited from Any