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. TyperErrorGen
  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: 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 DynamicVarArgUnsupported(tree: Tree, name: String): Unit

  35. def FinalVolatileVarError(vdef: Tree): Unit

  36. def FinitaryError(tparam: Symbol): Unit

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

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

  39. def InvalidConstructorDefError(ddef: Tree): Unit

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

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

  42. def LocalVarUninitializedError(vdef: Tree): Unit

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

  44. def MacroEtaError(tree: Tree): Tree

  45. def MacroPartialApplicationError(tree: Tree): Tree

  46. def MaxFunctionArityError(fun: Tree): Tree

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

  48. def MissingClassTagError(tree: Tree, tp: Type): Tree

  49. def MissingParameterTypeAnonMatchError(vparam: Tree, pt: Type): Unit

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

  51. def MissingTypeArgumentsParentTpeError(supertpt: Tree): Unit

  52. def MissingTypeParametersError(tree: Tree): Tree

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

  54. def ModuleUsingCompanionClassDefaultArgsErrror(tree: Tree): NormalTypeError

  55. def MultipleArgumentListForAnnotationError(tree: Tree): NormalTypeError

  56. def MultipleVarargError(tree: Tree): NormalTypeError

  57. def NamedAndDefaultArgumentsNotSupportedForMacros(tree: Tree, fun: Tree): NormalTypeError

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

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

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

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

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

  63. def OnlyDeclarationsError(tree: Tree): Tree

  64. def OverloadedUnapplyError(tree: Tree): Unit

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

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

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

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

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

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

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

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

  73. def ReturnOutsideOfDefError(tree: Tree): Tree

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

  75. def StarParamNotLastError(param: Tree): Unit

  76. def StarPatternWithVarargParametersError(tree: Tree): Unit

  77. def StarPositionInPatternError(tree: Tree): Unit

  78. def StarWithDefaultError(meth: Symbol): Unit

  79. def SuperConstrArgsThisReferenceError(tree: Tree): NormalTypeError

  80. def SuperConstrReferenceError(tree: Tree): NormalTypeError

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

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

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

  84. def TooManyArgsPatternError(fun: Tree): NormalTypeError

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

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

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

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

  89. def UnapplyWithSingleArgError(tree: Tree): Unit

  90. def UnderscoreEtaError(tree: Tree): Tree

  91. def UnexpectedTreeAnnotation(tree: Tree): NormalTypeError

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

  93. def UnexpectedTreeAssignmentConversionError(tree: Tree): Tree

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

  95. def UnstableTreeError(tree: Tree): Tree

  96. def VariableInPatternAlternativeError(tree: Tree): Unit

  97. def VolatileValueError(vdef: Tree): Unit

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

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

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

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

  102. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  103. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  115. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any