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 allConditionalWarnings: collection.immutable.List[(Position, (String, String))]
  2. def deprecationWarning(pos: (Reporting.this)#Position, sym: (Reporting.this)#Symbol): Unit
  3. def deprecationWarning(pos: (Reporting.this)#Position, sym: (Reporting.this)#Symbol, msg: String, since: String): Unit
  4. def deprecationWarning(pos: (Reporting.this)#Position, msg: String, since: String): Unit
    Definition Classes
    PerRunReporting → PerRunReportingBase
  5. def deprecationWarnings: List[(Position, (String, String))]
  6. def featureWarning(pos: (Reporting.this)#Position, featureName: String, featureDesc: String, featureTrait: (Reporting.this)#Symbol, construct: ⇒ String = "", required: Boolean): Unit
  7. def featureWarning(pos: (Reporting.this)#Position, msg: String): Unit
  8. def featureWarnings: List[(Position, (String, String))]
  9. def inlinerWarning(pos: (Reporting.this)#Position, msg: String): Unit
  10. def inlinerWarnings: List[(Position, (String, 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 uncheckedWarning(pos: (Reporting.this)#Position, msg: String): Unit
  15. def uncheckedWarnings: List[(Position, (String, String))]