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 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 initFrom(old: (Reporting.this)#PerRunReporting): Unit
  11. def issueIfNotSuppressed(warning: Message): Unit
  12. def reportSuspendedMessages(unit: (Reporting.this)#CompilationUnit): Unit
  13. val rootDirPrefix: String
  14. def runFinished(hasErrors: Boolean): Unit
  15. var seenMacroExpansionsFallingBack: Boolean

    Has any macro expansion used a fallback during this run?

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