scala.tools.nsc.typechecker.ContextErrors.InferencerContextErrors

InferErrorGen

object InferErrorGen extends AnyRef

Source
ContextErrors.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InferErrorGen
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def AccessError(tree: Tree, sym: Symbol, pre: Type, owner0: Symbol, explanation: String): NormalTypeError

  7. def AmbiguousExprAlternativeError(tree: Tree, pre: Type, best: Symbol, firstCompeting: Symbol, pt: Type): Unit

  8. def AmbiguousMethodAlternativeError(tree: Tree, pre: Type, best: Symbol, firstCompeting: Symbol, argtpes: List[Type], pt: Type): Unit

  9. def ConstrInstantiationError(tree: Tree, restpe: Type, pt: Type): Tree

  10. def IncompatibleScrutineeTypeError(tree: Tree, pattp: Type, pt: Type): Unit

  11. def KindBoundErrors(tree: Tree, prefix: String, targs: List[Type], tparams: List[Symbol], kindErrors: List[String]): Unit

  12. def NoBestExprAlternativeError(tree: Tree, pt: Type): Unit

  13. def NoBestMethodAlternativeError(tree: Tree, argtpes: List[Type], pt: Type): Any

  14. def NoConstructorInstanceError(tree: Tree, restpe: Type, pt: Type, msg: String): Tree

  15. def NoMethodInstanceError(fn: Tree, args: List[Tree], msg: String): Unit

  16. def NotWithinBounds(tree: Tree, prefix: String, targs: List[Type], tparams: List[Symbol], kindErrors: List[String]): Unit

  17. def PatternTypeIncompatibleWithPtError1(tree: Tree, pattp: Type, pt: Type): Unit

  18. def PatternTypeIncompatibleWithPtError2(pat: Tree, pt1: Type, pt: Type): Unit

  19. def PolyAlternativeError(tree: Tree, argtypes: List[Type], sym: Symbol, err: ErrorType): Unit

  20. object PolyAlternativeErrorKind extends Enumeration

  21. def PolymorphicExpressionInstantiationError(tree: Tree, undetparams: List[Symbol], pt: Type): Unit

  22. def TypePatternOrIsInstanceTestError(tree: Tree, tp: Type): Unit

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. implicit val context0: Context

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

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

    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any