dotty.tools.dotc.typer.ErrorReporting

Errors

Related Doc: package ErrorReporting

class Errors extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Errors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Errors()(implicit ctx: Context)

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 abstractVarMessage(sym: Symbol): String

    An explanatory note to be added to error messages when there's a problem with abstract var defs

  5. def anonymousTypeMemberStr(tpe: Type): String

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def denotStr(denot: Denotation): String

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

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

    Definition Classes
    AnyRef → Any
  11. def expectedTypeStr(tp: Type): String

  12. def exprStr(tree: ast.tpd.Tree): String

  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def implicitNotFoundString(raw: String, paramNames: List[String], args: List[Type]): String

    Format raw implicitNotFound argument, replacing all occurrences of ${X} where X is in paramNames with the corresponding shown type in args.

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. def overloadedAltsStr(alts: List[SingleDenotation]): String

  22. def patternConstrStr(tree: ast.tpd.Tree): String

  23. def refStr(tp: Type): String

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def typeMismatch(tree: ast.tpd.Tree, pt: Type, implicitFailure: SearchFailure = NoImplicitMatches): ast.tpd.Tree

  27. def typeMismatchMsg(found: Type, expected: Type, postScript: String = ""): TypeMismatch

  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def whyNoMatchStr(found: Type, expected: Type): String

    A subtype log explaining why found does not conform to expected

Inherited from AnyRef

Inherited from Any

Ungrouped