Packages

c

scala.tools.nsc.Reporting

PerRunReporting

class PerRunReporting extends (Reporting.this)#PerRunReportingBase

Linear Supertypes
(Reporting.this)#PerRunReportingBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PerRunReporting
  2. PerRunReportingBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allConditionalWarnings: collection.immutable.List[(Position, (String, String))]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def deprecationWarning(pos: (Reporting.this)#Position, sym: (Reporting.this)#Symbol): Unit
  8. def deprecationWarning(pos: (Reporting.this)#Position, sym: (Reporting.this)#Symbol, msg: String, since: String): Unit
  9. def deprecationWarning(pos: (Reporting.this)#Position, msg: String, since: String): Unit
    Definition Classes
    PerRunReporting → PerRunReportingBase
  10. def deprecationWarnings: List[(Position, (String, String))]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def featureWarning(pos: (Reporting.this)#Position, featureName: String, featureDesc: String, featureTrait: (Reporting.this)#Symbol, construct: ⇒ String = "", required: Boolean): Unit
  14. def featureWarning(pos: (Reporting.this)#Position, msg: String): Unit
  15. def featureWarnings: List[(Position, (String, String))]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def inlinerWarning(pos: (Reporting.this)#Position, msg: String): Unit
  20. def inlinerWarnings: List[(Position, (String, String))]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. var seenMacroExpansionsFallingBack: Boolean

    Has any macro expansion used a fallback during this run?

  26. def summarizeErrors(): Unit
  27. def supplementErrorMessage(errorMessage: String): String
    Definition Classes
    PerRunReportingBase
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def uncheckedWarning(pos: (Reporting.this)#Position, msg: String): Unit
  31. def uncheckedWarnings: List[(Position, (String, String))]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from (Reporting.this)#PerRunReportingBase

Inherited from AnyRef

Inherited from Any

Ungrouped