Packages

c

scala.tools.nsc.Reporting

PerRunReporting

class PerRunReporting extends (Reporting.this)#PerRunReportingBase

Source
Reporting.scala
Linear Supertypes
(Reporting.this)#PerRunReportingBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PerRunReporting
  2. PerRunReportingBase
  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 PerRunReporting()

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 (Reporting.this)#PerRunReporting to any2stringadd[(Reporting.this)#PerRunReporting] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): ((Reporting.this)#PerRunReporting, B)
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to ArrowAssoc[(Reporting.this)#PerRunReporting] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addSuppression(sup: Suppression): Unit
  7. def allConditionalWarnings: List[((Reporting.this)#Position, String)]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearAllConditionalWarnings(): Unit
  10. def clearSuppressionsComplete(sourceFile: SourceFile): Unit
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol): Unit
  13. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol, msg: String, since: String): Unit
  14. def deprecationWarning(pos: (Reporting.this)#Position, msg: String, since: String, site: String, origin: String): Unit
    Definition Classes
    PerRunReporting → PerRunReportingBase
  15. def deprecationWarnings: List[((Reporting.this)#Position, String)]
  16. def ensuring(cond: ((Reporting.this)#PerRunReporting) ⇒ Boolean, msg: ⇒ Any): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to Ensuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: ((Reporting.this)#PerRunReporting) ⇒ Boolean): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to Ensuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to Ensuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to Ensuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def featureWarning(pos: (Reporting.this)#Position, featureName: String, featureDesc: String, featureTrait: (Reporting.this)#Symbol, construct: ⇒ String = "", required: Boolean, site: (Reporting.this)#Symbol): Unit
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to StringFormat[(Reporting.this)#PerRunReporting] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def issueIfNotSuppressed(warning: Message): Unit
  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. def reportSuspendedMessages(unit: (Reporting.this)#CompilationUnit): Unit
  33. val rootDirPrefix: String
  34. var seenMacroExpansionsFallingBack: Boolean

    Has any macro expansion used a fallback during this run?

  35. def summarizeErrors(): Unit
  36. def supplementErrorMessage(errorMessage: String): String
    Definition Classes
    PerRunReportingBase
  37. def suppressionExists(pos: (Reporting.this)#Position): Boolean
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def uncheckedWarnings: List[((Reporting.this)#Position, String)]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. def warnUnusedSuppressions(): Unit
  45. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: (Reporting.this)#Symbol): Unit
  46. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: String): Unit
  47. lazy val wconf: WConf
  48. def [B](y: B): ((Reporting.this)#PerRunReporting, B)
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting to ArrowAssoc[(Reporting.this)#PerRunReporting] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from (Reporting.this)#PerRunReportingBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from (Reporting.this)#PerRunReporting to any2stringadd[(Reporting.this)#PerRunReporting]

Inherited by implicit conversion StringFormat from (Reporting.this)#PerRunReporting to StringFormat[(Reporting.this)#PerRunReporting]

Inherited by implicit conversion Ensuring from (Reporting.this)#PerRunReporting to Ensuring[(Reporting.this)#PerRunReporting]

Inherited by implicit conversion ArrowAssoc from (Reporting.this)#PerRunReporting to ArrowAssoc[(Reporting.this)#PerRunReporting]

Ungrouped