Packages

c

scala.tools.nsc.Reporting

PerRunReporting

class PerRunReporting extends (Reporting.this)#PerRunReportingBase

Source
Reporting.scala
Linear Supertypes
(Reporting.this)#PerRunReportingBase, AnyRef, Any
Type Hierarchy
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. Protected

Instance Constructors

  1. new PerRunReporting()

Value Members

  1. def addSuppression(sup: Suppression): Unit
  2. def allConditionalWarnings: List[((Reporting.this)#Position, String)]
  3. def clearAllConditionalWarnings(): Unit
  4. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol): Unit
  5. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol, msg: String, since: String): Unit
  6. def deprecationWarning(pos: (Reporting.this)#Position, msg: String, since: String, site: String, origin: String): Unit
    Definition Classes
    PerRunReporting → PerRunReportingBase
  7. def deprecationWarnings: List[((Reporting.this)#Position, String)]
  8. def featureWarning(pos: (Reporting.this)#Position, featureName: String, featureDesc: String, featureTrait: (Reporting.this)#Symbol, construct: => String = "", required: Boolean, site: (Reporting.this)#Symbol): Unit
  9. def reportSuspendedMessages(): Unit
  10. val rootDirPrefix: String
  11. var seenMacroExpansionsFallingBack: Boolean

    Has any macro expansion used a fallback during this run?

  12. def summarizeErrors(): Unit
  13. def supplementErrorMessage(errorMessage: String): String
    Definition Classes
    PerRunReportingBase
  14. def suppressionExists(pos: (Reporting.this)#Position): Boolean
  15. def uncheckedWarnings: List[((Reporting.this)#Position, String)]
  16. def warnUnusedSuppressions(): Unit
  17. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: (Reporting.this)#Symbol): Unit
  18. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: String): Unit
  19. lazy val wconf: WConf