scala.tools.nsc.reporters

StoreReporter

class StoreReporter extends Reporter

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

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StoreReporter
  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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StoreReporter()

Type Members

  1. case class Info(pos: Position, msg: String, severity: StoreReporter.Severity) extends Product with Serializable

  2. class Severity extends severity.Value

    Definition Classes
    Reporter

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 information
    This member is added by an implicit conversion from StoreReporter to any2stringadd[StoreReporter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StoreReporter, B)

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

    Definition Classes
    AnyRef → Any
  6. val ERROR: Severity

    Definition Classes
    Reporter
  7. val INFO: Severity

    Definition Classes
    Reporter
  8. val WARNING: Severity

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

    Definition Classes
    Any
  10. var cancelled: Boolean

    Definition Classes
    Reporter
  11. def clone(): AnyRef

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

    Definition Classes
    Reporter
  13. def echo(pos: Position, msg: String): Unit

    Definition Classes
    Reporter
  14. 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
  15. def ensuring(cond: (StoreReporter) ⇒ Boolean, msg: ⇒ Any): StoreReporter

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

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

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

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

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

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

    Definition Classes
    Reporter
  22. def finalize(): Unit

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

    Definition Classes
    Reporter
  24. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  26. def hasErrors: Boolean

    Definition Classes
    Reporter
  27. def hasWarnings: Boolean

    Definition Classes
    Reporter
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def incompleteHandled: Boolean

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

    Definition Classes
    Reporter
  31. 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
  32. def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit

    Attributes
    protected
    Definition Classes
    StoreReporterReporter
  33. val infos: LinkedHashSet[Info]

  34. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  38. def reset(): Unit

    Definition Classes
    StoreReporterReporter
  39. object severity extends Enumeration

    Definition Classes
    Reporter
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def truncationOK: Boolean

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

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

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

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

    Warnings and errors.

    Warnings and errors.

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

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

    Definition Classes
    Reporter
  49. def [B](y: B): (StoreReporter, B)

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

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from StoreReporter to any2stringadd[StoreReporter]

Inherited by implicit conversion StringFormat from StoreReporter to StringFormat[StoreReporter]

Inherited by implicit conversion Ensuring from StoreReporter to Ensuring[StoreReporter]

Inherited by implicit conversion ArrowAssoc from StoreReporter to ArrowAssoc[StoreReporter]

Ungrouped