dotty.tools.dotc.reporting

MessageRendering

Related Doc: package reporting

trait MessageRendering extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MessageRendering
  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 columnMarker(pos: SourcePosition, offset: Int)(implicit ctx: Context): String

    The column markers aligned under the error

  7. def diagnosticLevel(cont: MessageContainer): String

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

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

    Definition Classes
    AnyRef → Any
  10. def errorMsg(pos: SourcePosition, msg: String, offset: Int)(implicit ctx: Context): String

    The error message (msg) aligned under pos

    The error message (msg) aligned under pos

    returns

    aligned error message

  11. def explanation(m: Message)(implicit ctx: Context): String

    Explanation rendered under "Explanation" header

  12. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def messageAndPos(msg: Message, pos: SourcePosition, diagnosticLevel: String)(implicit ctx: Context): String

    The whole message rendered from msg

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

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

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

    Definition Classes
    AnyRef
  20. def outer(pos: SourcePosition, prefix: String)(implicit ctx: Context): List[String]

    When inlining a method call, if there's an error we'd like to get the outer context and the pos at which the call was inlined.

    When inlining a method call, if there's an error we'd like to get the outer context and the pos at which the call was inlined.

    returns

    a list of strings with inline locations

  21. def posStr(pos: SourcePosition, diagnosticLevel: String, message: Message)(implicit ctx: Context): String

    The separator between errors containing the source file and error type

    The separator between errors containing the source file and error type

    returns

    separator containing error location and kind

  22. def sourceLines(pos: SourcePosition)(implicit ctx: Context): (List[String], List[String], Int)

    Get the sourcelines before and after the position, as well as the offset for rendering line numbers

    Get the sourcelines before and after the position, as well as the offset for rendering line numbers

    returns

    (lines before error, lines after error, line numbers offset)

  23. def stripColor(str: String): String

    Remove ANSI coloring from str, useful for getting real length of strings

    Remove ANSI coloring from str, useful for getting real length of strings

    returns

    string stripped of ANSI escape codes

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped