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. def addSuppression(sup: Suppression): Unit
  2. def allConditionalWarnings: List[((Reporting.this)#Position, String)]
  3. def clearAllConditionalWarnings(): Unit
  4. def clearSuppressionsComplete(sourceFile: SourceFile): Unit
  5. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol): Unit
  6. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol, msg: String, since: String): Unit
  7. def deprecationWarning(pos: (Reporting.this)#Position, msg: String, since: String, site: String, origin: String): Unit
    Definition Classes
    PerRunReporting → PerRunReportingBase
  8. def deprecationWarnings: List[((Reporting.this)#Position, String)]
  9. def featureWarning(pos: (Reporting.this)#Position, featureName: String, featureDesc: String, featureTrait: (Reporting.this)#Symbol, construct: ⇒ String = "", required: Boolean, site: (Reporting.this)#Symbol): Unit
  10. def issueIfNotSuppressed(warning: Message): Unit
  11. def reportSuspendedMessages(unit: (Reporting.this)#CompilationUnit): Unit
  12. val rootDirPrefix: String
  13. var seenMacroExpansionsFallingBack: Boolean

    Has any macro expansion used a fallback during this run?

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