dotty.tools.dotc.reporting

Reporting

Related Doc: package reporting

trait Reporting extends AnyRef

Self Type
Context
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Reporting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def conditionalTraceIndented[TC](cond: Boolean, question: ⇒ String, printer: Printer = Printers.default, show: Boolean = false)(op: ⇒ TC): TC

    Annotations
    @inline()
  7. def debugTraceIndented[TD](question: ⇒ String, printer: Printer = Printers.default, show: Boolean = false)(op: ⇒ TD): TD

    Annotations
    @inline()
  8. def debuglog(msg: ⇒ String): Unit

  9. def debugwarn(msg: ⇒ String, pos: SourcePosition = NoSourcePosition): Unit

  10. def deprecationWarning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  11. def doTraceIndented[T](leading: ⇒ String, trailing: (Any) ⇒ String)(op: ⇒ T): T

  12. def echo(msg: ⇒ String, pos: SourcePosition = NoSourcePosition): Unit

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def error(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  16. def errorOrMigrationWarning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  17. def featureWarning(feature: String, featureDescription: String, isScala2Feature: Boolean, featureUseSite: Symbol, required: Boolean, pos: SourcePosition): Unit

  18. def featureWarning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def incompleteInputError(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition)(implicit ctx: Context): Unit

  23. def inform(msg: ⇒ String, pos: SourcePosition = NoSourcePosition): Unit

    For sending messages that are printed only if -verbose is set

  24. def informProgress(msg: ⇒ String): Unit

  25. def informTime(msg: ⇒ String, start: Long): Unit

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def log(msg: ⇒ String, pos: SourcePosition = NoSourcePosition): Unit

    Log msg if settings.log contains the current phase.

    Log msg if settings.log contains the current phase. See config.CompilerCommand#explainAdvanced for the exact meaning of "contains" here.

  28. def migrationWarning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def restrictionError(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  33. def strictWarning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def trace[T](msg: ⇒ String)(value: T): T

  37. def traceIndented[T](question: ⇒ String, printer: Printer = Printers.default, show: Boolean = false)(op: ⇒ T): T

    Annotations
    @inline()
  38. def uncheckedWarning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def warning(msg: ⇒ Message, pos: SourcePosition = NoSourcePosition): Unit

  43. def withNoError[A, B >: A](op: ⇒ A)(f: (A) ⇒ B): B

    Implements a fold that applies the function f to the result of op if there are no new errors in the reporter

    Implements a fold that applies the function f to the result of op if there are no new errors in the reporter

    op

    operation checked for errors

    f

    function applied to result of op

    returns

    either the result of op if it had errors or the result of f applied to it

Inherited from AnyRef

Inherited from Any

Ungrouped