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. 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 toany2stringadd[(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 toArrowAssoc[(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 clearSuspendedMessages(): Unit
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def codeAction(title: String, pos: (Reporting.this)#Position, newText: String, desc: String, expected: Option[(String, (Reporting.this)#CompilationUnit)] = None): List[CodeAction]
  14. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol): Unit
  15. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol, msg: String, since: String): Unit
  16. def deprecationWarning(pos: (Reporting.this)#Position, origin: (Reporting.this)#Symbol, site: (Reporting.this)#Symbol, msg: String, since: String, actions: List[CodeAction]): Unit
  17. def deprecationWarning(pos: (Reporting.this)#Position, msg: String, since: String, site: String, origin: String, actions: List[CodeAction] = Nil): Unit
    Definition Classes
    PerRunReporting → PerRunReportingBase
  18. def deprecationWarnings: List[((Reporting.this)#Position, String)]
  19. 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 toEnsuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: ((Reporting.this)#PerRunReporting) => Boolean): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting toEnsuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting toEnsuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): (Reporting.this)#PerRunReporting
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting toEnsuring[(Reporting.this)#PerRunReporting] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def error(pos: (Reporting.this)#Position, msg: String, actions: List[CodeAction]): Unit
  26. def featureReported(featureTrait: (Reporting.this)#Symbol): Unit
    Attributes
    protected
  27. def featureWarning(pos: (Reporting.this)#Position, featureName: String, featureDesc: String, featureTrait: (Reporting.this)#Symbol, construct: => String = "", required: Boolean, site: (Reporting.this)#Symbol): Unit
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def initFrom(old: (Reporting.this)#PerRunReporting): Unit
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val isScala3: Boolean
  34. val isScala3Cross: Boolean
  35. val isScala3Migration: Boolean
  36. def issueIfNotSuppressed(warning: Message): Unit
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def reportSuspendedMessages(unit: (Reporting.this)#CompilationUnit): Unit
  41. val rootDirPrefix: String
  42. def runFinished(hasErrors: Boolean): Unit
  43. var seenMacroExpansionsFallingBack: Boolean

    Has any macro expansion used a fallback during this run?

  44. def shouldSuspend(warning: Message): Boolean
  45. def summarizeErrors(): Unit
  46. def supplementErrorMessage(errorMessage: String): String
    Definition Classes
    PerRunReportingBase
  47. def suppressionExists(pos: (Reporting.this)#Position): Boolean
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def uncheckedWarnings: List[((Reporting.this)#Position, String)]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: (Reporting.this)#Symbol, origin: String): Unit
  55. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: (Reporting.this)#Symbol, actions: List[CodeAction] = Nil): Unit
  56. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: String): Unit
  57. def warning(pos: (Reporting.this)#Position, msg: String, category: WarningCategory, site: String, actions: List[CodeAction]): Unit
  58. lazy val wconf: WConf

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting toStringFormat[(Reporting.this)#PerRunReporting] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): ((Reporting.this)#PerRunReporting, B)
    Implicit
    This member is added by an implicit conversion from (Reporting.this)#PerRunReporting toArrowAssoc[(Reporting.this)#PerRunReporting] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

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