scala.tools.nsc.typechecker.ContextErrors.TyperContextErrors

TyperErrorGen

object TyperErrorGen extends AnyRef

Source
ContextErrors.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TyperErrorGen
  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 AbstractExistentiallyOverParamerizedTpeError(tree: Tree, tp: Type): Unit

  7. def AbstractionFromVolatileTypeError(vd: ValDef): Unit

  8. def AdaptTypeError(tree: Tree, found: Type, req: Type): Unit

  9. def AmbiguousIdentError(tree: Tree, name: Name, msg: String): NormalTypeError

  10. def AmbiguousParentClassError(tree: Tree): Unit

  11. def AnnotationArgNullError(tree: Tree): NormalTypeError

  12. def AnnotationMissingArgError(tree: Tree, annType: Type, sym: Symbol): NormalTypeError

  13. def AnnotationNotAConstantError(tree: Tree): NormalTypeError

  14. def AnnotationTypeMismatchError(tree: Tree, expected: Type, found: Type): NormalTypeError

  15. def AppliedTypeNoParametersError(tree: Tree, errTpe: Type): Tree

  16. def AppliedTypeWrongNumberOfArgsError(tree: Tree, tpt: Tree, tparams: List[Symbol]): Tree

  17. def ApplyWithoutArgsError(tree: Tree, fun: Tree): NormalTypeError

  18. def ArrayConstantsError(tree: Tree): NormalTypeError

  19. def ArrayConstantsTypeMismatchError(tree: Tree, pt: Type): NormalTypeError

  20. def AssignmentError(tree: Tree, varSym: Symbol): Tree

  21. def CaseClassConstructorError(tree: Tree): Tree

  22. def ClassTypeRequiredError(tree: Tree, found: AnyRef): Tree

  23. def ClassfileAnnotationsAsNamedArgsError(tree: Tree): NormalTypeError

  24. def ConstrArgsInTraitParentTpeError(arg: Tree, parent: Symbol): Unit

  25. def ConstructorPrefixError(tree: Tree, restpe: Type): Tree

  26. def ConstructorsOrderError(tree: Tree): Tree

  27. def CyclicAliasingOrSubtypingError(errPos: Position, sym0: Symbol): Unit

  28. def CyclicReferenceError(errPos: Position, lockedSym: Symbol): Unit

  29. def DefDefinedTwiceError(sym0: Symbol, sym1: Symbol): Unit

  30. def DependentMethodTpeConversionToFunctionError(tree: Tree, tp: Type): Unit

  31. def DeprecatedParamNameError(param: Symbol, name: Name): Unit

  32. def DoesNotConformToSelfTypeError(tree: Tree, sym: Symbol, tpe0: Type): Tree

  33. def DuplicateValueAnnotationError(tree: Tree, name: Name): NormalTypeError

  34. def FinalVolatileVarError(vdef: Tree): Unit

  35. def FinitaryError(tparam: Symbol): Unit

  36. def HiddenSymbolWithError[T <: Tree](tree: T): T

  37. def InferTypeWithVolatileTypeSelectionError(tree: Tree, pre: Type): Unit

  38. def InvalidConstructorDefError(ddef: Tree): Unit

  39. def IsAbstractError(tree: Tree, sym: Symbol): Tree

  40. def KindArityMismatchError(tree: Tree, pt: Type): Tree

  41. def LocalVarUninitializedError(vdef: Tree): Unit

  42. def LowerBoundError(tree: TypeDef, lowB: Type, highB: Type): Unit

  43. def MaxFunctionArityError(fun: Tree): Tree

  44. def MissingArgsForMethodTpeError(tree: Tree, meth: Symbol): Tree

  45. def MissingManifestError(tree: Tree, full: Boolean, tp: Type): Tree

  46. def MissingParameterTypeError(fun: Tree, vparam: ValDef, pt: Type): Unit

  47. def MissingTypeArgumentsParentTpeError(supertpt: Tree): Unit

  48. def MissingTypeParametersError(tree: Tree): Tree

  49. def MixinMissingParentClassNameError(tree: Tree, mix: Name, clazz: Symbol): Unit

  50. def ModuleUsingCompanionClassDefaultArgsErrror(tree: Tree): NormalTypeError

  51. def MultiDimensionalArrayError(tree: Tree): Tree

  52. def MultipleArgumentListForAnnotationError(tree: Tree): NormalTypeError

  53. def MultipleVarargError(tree: Tree): NormalTypeError

  54. def NestedAnnotationError(tree: Tree, annType: Type): NormalTypeError

  55. def NoImplicitFoundError(tree: Tree, param: Symbol): Unit

  56. def NotAMemberError(sel: Tree, qual: Tree, name: Name): Unit

  57. def NotAValueError(tree: Tree, sym: Symbol): Tree

  58. def NotEnoughArgsError(tree: Tree, fun0: Tree, missing0: List[Symbol]): NormalTypeError

  59. def OnlyDeclarationsError(tree: Tree): Tree

  60. def OverloadedUnapplyError(tree: Tree): Unit

  61. def ParentFinalInheritanceError(parent: Tree, mixin: Symbol): NormalTypeError

  62. def ParentInheritedTwiceError(parent: Tree, parentSym: Symbol): NormalTypeError

  63. def ParentNotATraitMixinError(parent: Tree, mixin: Symbol): NormalTypeError

  64. def ParentSealedInheritanceError(parent: Tree, psym: Symbol): NormalTypeError

  65. def ParentSelfTypeConformanceError(parent: Tree, selfType: Type): NormalTypeError

  66. def ParentSuperSubclassError(parent: Tree, superclazz: Symbol, parentSym: Symbol, mixin: Symbol): NormalTypeError

  67. def ParentTypesError(templ: Template, ex: TypeError): Unit

  68. def QualifyingClassError(tree: Tree, qual: Name): Tree

  69. def ReturnOutsideOfDefError(tree: Tree): Tree

  70. def ReturnWithoutTypeError(tree: Tree, owner: Symbol): Tree

  71. def StarParamNotLastError(param: Tree): Unit

  72. def StarPatternWithVarargParametersError(tree: Tree): Unit

  73. def StarPositionInPatternError(tree: Tree): Unit

  74. def StarWithDefaultError(meth: Symbol): Unit

  75. def SuperConstrArgsThisReferenceError(tree: Tree): NormalTypeError

  76. def SuperConstrReferenceError(tree: Tree): NormalTypeError

  77. def SymbolEscapesScopeError[T <: Tree](tree: T, badSymbol: Symbol): T

  78. def SymbolNotFoundError(tree: Tree, name: Name, owner: Symbol, startingIdentCx: Context): NormalTypeError

  79. def TooManyArgsNamesDefaultsError(tree: Tree, fun: Tree): NormalTypeError

  80. def TooManyArgsPatternError(fun: Tree): NormalTypeError

  81. def TypeNotAStablePrefixError(tpt: Tree, pre: Type): Tree

  82. def TypeSelectionFromVolatileTypeError(tree: Tree, qual: Tree): Tree

  83. def TypedApplyDoesNotTakeTpeParametersError(tree: Tree, fun: Tree): Tree

  84. def TypedApplyWrongNumberOfTpeParametersError(tree: Tree, fun: Tree): Tree

  85. def UnapplyWithSingleArgError(tree: Tree): Unit

  86. def UnderscoreEtaError(tree: Tree): Tree

  87. def UnexpectedTreeAnnotation(tree: Tree): NormalTypeError

  88. def UnexpectedTreeAnnotationError(tree: Tree, unexpected: Tree): NormalTypeError

  89. def UnexpectedTreeAssignmentConversionError(tree: Tree): Tree

  90. def UnknownAnnotationNameError(tree: Tree, name: Name): NormalTypeError

  91. def UnstableTreeError(tree: Tree): Tree

  92. def VariableInPatternAlternativeError(tree: Tree): Unit

  93. def VolatileValueError(vdef: Tree): Unit

  94. def WithFilterError(tree: Tree, ex: AbsTypeError): Tree

  95. def WrongNumberArgsPatternError(tree: Tree, fun: Tree): NormalTypeError

  96. def WrongNumberOfArgsError(tree: Tree, fun: Tree): NormalTypeError

  97. def WrongNumberOfParametersError(tree: Tree, argpts: List[Type]): Tree

  98. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  99. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  111. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any