Trait

splain

ImplicitChains

Related Doc: package splain

Permalink

trait ImplicitChains extends Implicits with ContextErrors with Formatting

Self Type
Analyzer
Linear Supertypes
Formatting, Formatters, Compat, ContextErrors, Implicits, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitChains
  2. Formatting
  3. Formatters
  4. Compat
  5. ContextErrors
  6. Implicits
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbsAmbiguousTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError

    Permalink
    Definition Classes
    ContextErrors
  2. sealed abstract class AbsTypeError extends Throwable

    Permalink
    Definition Classes
    ContextErrors
  3. case class AccessTypeError extends scala.tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  4. case class AmbiguousImplicitTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsAmbiguousTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  5. case class AmbiguousTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsAmbiguousTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  6. case class DivergentImplicitTypeError extends scala.tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  7. case class ImpError(tpe: scala.tools.nsc.Global.Type, candidate: scala.tools.nsc.Global.Tree, nesting: Int, param: scala.tools.nsc.Global.Symbol) extends Analyzer.ImpFailReason with Product with Serializable

    Permalink
  8. trait ImpFailReason extends AnyRef

    Permalink
  9. class ImplicitInfo extends AnyRef

    Permalink
    Definition Classes
    Implicits
  10. class ImplicitSearch extends scala.tools.nsc.typechecker.Analyzer.Typer with scala.tools.nsc.typechecker.Analyzer.ImplicitsContextErrors

    Permalink
    Definition Classes
    Implicits
  11. abstract class ImplicitSearchImpl extends Analyzer.ImplicitSearch

    Permalink
  12. trait ImplicitsContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  13. trait InferencerContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  14. trait NamerContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  15. case class NonConfBounds(tpe: scala.tools.nsc.Global.Type, candidate: scala.tools.nsc.Global.Tree, nesting: Int, targs: List[scala.tools.nsc.Global.Type], tparams: List[scala.tools.nsc.Global.Symbol]) extends Analyzer.ImpFailReason with Product with Serializable

    Permalink
  16. case class NormalTypeError extends scala.tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  17. class NormalTypeErrorFromCyclicReference extends scala.tools.nsc.typechecker.Analyzer.NormalTypeError

    Permalink
    Definition Classes
    ContextErrors
  18. case class OpenImplicit extends Product with Serializable

    Permalink
    Definition Classes
    Implicits
  19. case class PosAndMsgTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  20. class SearchResult extends AnyRef

    Permalink
    Definition Classes
    Implicits
  21. trait SpecialFormatter extends AnyRef

    Permalink
    Definition Classes
    Formatters
  22. case class SymbolTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  23. sealed abstract class TreeTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError

    Permalink
    Definition Classes
    ContextErrors
  24. case class TypeErrorWithUnderlyingTree extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  25. case class TypeErrorWrapper extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  26. trait TyperContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors

Abstract Value Members

  1. abstract def featureBounds: Boolean

    Permalink
  2. abstract def featureBoundsImplicits: Boolean

    Permalink
    Definition Classes
    Formatting
  3. abstract def featureBreakInfix: Option[Int]

    Permalink
    Definition Classes
    Formatting
  4. abstract def featureColor: Boolean

    Permalink
    Definition Classes
    Formatting
  5. abstract def featureCompact: Boolean

    Permalink
    Definition Classes
    Formatting
  6. abstract def featureImplicits: Boolean

    Permalink
  7. abstract def featureInfix: Boolean

    Permalink
    Definition Classes
    Formatting
  8. abstract def featureTree: Boolean

    Permalink
    Definition Classes
    Formatting
  9. abstract def nativeNoImplicitFoundError(tree: scala.tools.nsc.Global.Tree, param: scala.tools.nsc.Global.Symbol)(implicit context: Analyzer.Context): Unit

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val AmbiguousSearchFailure: Analyzer.SearchResult

    Permalink
    Definition Classes
    Implicits
  5. lazy val DivergentSearchFailure: Analyzer.SearchResult

    Permalink
    Definition Classes
    Implicits
  6. object ErrorUtils

    Permalink
    Definition Classes
    ContextErrors
  7. object FunctionFormatter extends Analyzer.SpecialFormatter

    Permalink
    Definition Classes
    Formatters
  8. object ImplicitNotFoundMsg

    Permalink
    Definition Classes
    Implicits
  9. def MacroCantExpand210xMacrosError(internalMessage: String): Nothing

    Permalink
    Definition Classes
    ContextErrors
  10. def MacroCantExpandIncompatibleMacrosError(internalMessage: String): Nothing

    Permalink
    Definition Classes
    ContextErrors
  11. def NoImplicitFoundError(tree: scala.tools.nsc.Global.Tree, param: scala.tools.nsc.Global.Symbol)(implicit context: Analyzer.Context): Unit

    Permalink
    Definition Classes
    ContextErrors
  12. val NoImplicitInfo: Analyzer.ImplicitInfo

    Permalink
    Definition Classes
    Implicits
  13. object SLRecordItemFormatter extends Analyzer.SpecialFormatter

    Permalink
    Definition Classes
    Formatters
  14. lazy val SearchFailure: Analyzer.SearchResult

    Permalink
    Definition Classes
    Implicits
  15. object TermNameCompat

    Permalink
    Definition Classes
    Compat
  16. object TupleFormatter extends Analyzer.SpecialFormatter

    Permalink
    Definition Classes
    Formatters
  17. def allViewsFrom(tp: scala.tools.nsc.Global.Type, context: Analyzer.Context, tpars: List[scala.tools.nsc.Global.Symbol]): List[(Analyzer.SearchResult, List[scala.tools.nsc.Global.TypeConstraint])]

    Permalink
    Definition Classes
    Implicits
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def bracket[A](params: List[A]): String

    Permalink
    Definition Classes
    Formatting
  20. def breakInfix(types: List[Formatted]): TypeRepr

    Permalink
    Definition Classes
    Formatting
  21. def cacheStats: String

    Permalink
    Definition Classes
    Formatting
  22. val candidateRegex: Regex

    Permalink
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. implicit def colors: StringColor

    Permalink
    Definition Classes
    Formatting
  25. def ctorNames(tpe: scala.tools.nsc.Global.Type): List[String]

    Permalink
    Definition Classes
    Formatting
  26. def dealias(tpe: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    Formatting
  27. def decideBreak(flat: FlatType, broken: ⇒ BrokenType): TypeRepr

    Permalink
    Definition Classes
    Formatting
  28. def echo(msg: String): Unit

    Permalink
    Definition Classes
    Compat
  29. def effectiveImplicitType(tpe: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    Formatting
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def extractArgs(tpe: scala.tools.nsc.Global.Type): List[scala.tools.nsc.Global.Type]

    Permalink
    Definition Classes
    Formatting
  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def flattenInfix(tpe: Infix): List[Formatted]

    Permalink
    Definition Classes
    Formatting
  35. def formatAuxSimple(tpe: scala.tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    Formatting
  36. def formatDiff(left: scala.tools.nsc.Global.Type, right: scala.tools.nsc.Global.Type, top: Boolean): Formatted

    Permalink
    Definition Classes
    Formatting
  37. val formatDiffCache: FormatCache[(scala.tools.nsc.Global.Type, scala.tools.nsc.Global.Type, Boolean), Formatted]

    Permalink
    Definition Classes
    Formatting
  38. def formatDiffImpl(found: scala.tools.nsc.Global.Type, req: scala.tools.nsc.Global.Type, top: Boolean): Formatted

    Permalink
    Definition Classes
    Formatting
  39. def formatDiffInfix(left: scala.tools.nsc.Global.Type, right: scala.tools.nsc.Global.Type, top: Boolean): Formatted

    Permalink
    Definition Classes
    Formatting
  40. def formatDiffSimple(left: scala.tools.nsc.Global.Type, right: scala.tools.nsc.Global.Type): Diff

    Permalink
    Definition Classes
    Formatting
  41. def formatDiffSpecial(left: scala.tools.nsc.Global.Type, right: scala.tools.nsc.Global.Type, top: Boolean): Option[Formatted]

    Permalink
    Definition Classes
    Formatting
  42. def formatFunction(args: List[String]): String

    Permalink
    Definition Classes
    Formatting
  43. def formatImplicitChain(chain: List[Analyzer.ImpFailReason]): List[String]

    Permalink
    Definition Classes
    Formatting
  44. def formatImplicitChainFlat(chain: List[Analyzer.ImpFailReason]): List[String]

    Permalink
    Definition Classes
    Formatting
  45. def formatImplicitChainTree(chain: List[Analyzer.ImpFailReason]): List[String]

    Permalink
    Definition Classes
    Formatting
  46. def formatImplicitChainTreeCompact(chain: List[Analyzer.ImpFailReason]): Option[List[String]]

    Permalink
    Definition Classes
    Formatting
  47. def formatImplicitChainTreeFull(chain: List[Analyzer.ImpFailReason]): List[String]

    Permalink
    Definition Classes
    Formatting
  48. def formatImplicitError(param: scala.tools.nsc.Global.Symbol, errors: List[Analyzer.ImpFailReason]): String

    Permalink
    Definition Classes
    Formatting
  49. def formatImplicitParam(sym: scala.tools.nsc.Global.Symbol): String

    Permalink
    Definition Classes
    Formatting
  50. def formatIndentTree(chain: List[Analyzer.ImpFailReason], baseIndent: Int): List[String]

    Permalink
    Definition Classes
    Formatting
  51. def formatInfix[A](simple: String, left: A, right: A, top: Boolean, rec: (A) ⇒ (Boolean) ⇒ Formatted): Infix

    Permalink
    Definition Classes
    Formatting
  52. def formatNestedImplicit(err: Analyzer.ImpFailReason): List[String]

    Permalink
    Definition Classes
    Formatting
  53. def formatNestedImplicits(errors: List[Analyzer.ImpFailReason]): List[String]

    Permalink
    Definition Classes
    Formatting
  54. def formatNonConfBounds(err: Analyzer.NonConfBounds): List[String]

    Permalink
    Definition Classes
    Formatting
  55. def formatNormalSimple(tpe: scala.tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    Formatting
  56. def formatRefinement(sym: scala.tools.nsc.Global.Symbol): String

    Permalink
    Definition Classes
    Formatting
  57. def formatSimpleType(tpe: scala.tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    Formatting
  58. def formatSpecial[A](tpe: scala.tools.nsc.Global.Type, simple: String, args: List[A], formattedArgs: ⇒ List[Formatted], top: Boolean, rec: (A) ⇒ (Boolean) ⇒ Formatted): Option[Formatted]

    Permalink
    Definition Classes
    Formatting
  59. def formatType(tpe: scala.tools.nsc.Global.Type, top: Boolean): Formatted

    Permalink
    Definition Classes
    FormattingFormatters
  60. val formatTypeCache: FormatCache[(scala.tools.nsc.Global.Type, Boolean), Formatted]

    Permalink
    Definition Classes
    Formatting
  61. def formatTypeImpl(tpe: scala.tools.nsc.Global.Type, top: Boolean): Formatted

    Permalink
    Definition Classes
    Formatting
  62. def formatWithInfix[A](tpe: scala.tools.nsc.Global.Type, args: List[A], top: Boolean, rec: (A) ⇒ (Boolean) ⇒ Formatted): Formatted

    Permalink
    Definition Classes
    Formatting
  63. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  65. def hideImpError(error: Analyzer.ImpFailReason): Boolean

    Permalink
    Definition Classes
    Formatting
  66. var implicitErrors: List[Analyzer.ImpFailReason]

    Permalink
  67. def implicitMessage(param: scala.tools.nsc.Global.Symbol): List[String]

    Permalink
    Definition Classes
    Formatting
  68. def implicitNesting: Int

    Permalink
  69. var implicitTypeStack: List[scala.tools.nsc.Global.Type]

    Permalink
  70. def indent(lines: List[String], n: Int = 1): List[String]

    Permalink
    Definition Classes
    Formatting
  71. def indentTree(tree: List[List[String]], baseIndent: Int): List[String]

    Permalink
    Definition Classes
    Formatting
  72. def inferImplicit(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, r: Boolean, v: Boolean, context: Analyzer.Context, s: Boolean, pos: scala.tools.nsc.Global.Position): Analyzer.SearchResult

    Permalink
    Definition Classes
    ImplicitChains → Implicits
  73. def inferImplicit(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, isView: Boolean, context: Analyzer.Context, silent: Boolean, withMacrosDisabled: Boolean, pos: scala.tools.nsc.Global.Position, onError: (scala.tools.nsc.Global.Position, String) ⇒ Unit): scala.tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Implicits
  74. def inferImplicit(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: Analyzer.Context, saveAmbiguousDivergent: Boolean): Analyzer.SearchResult

    Permalink
    Definition Classes
    Implicits
  75. def inferImplicit(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: Analyzer.Context): Analyzer.SearchResult

    Permalink
    Definition Classes
    Implicits
  76. def inferImplicitImpl(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: Analyzer.Context, saveAmbiguousDivergent: Boolean, pos: scala.tools.nsc.Global.Position): Analyzer.SearchResult

    Permalink
  77. def isAux(tpe: scala.tools.nsc.Global.Type): Boolean

    Permalink
    Definition Classes
    Formatting
  78. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  79. def isRefined(tpe: scala.tools.nsc.Global.Type): Boolean

    Permalink
    Definition Classes
    Formatting
  80. def isSymbolic(tpe: scala.tools.nsc.Global.Type): Boolean

    Permalink
    Definition Classes
    Formatting
  81. def memberWildcardType(name: scala.tools.nsc.Global.Name, tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    Implicits
  82. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  83. def nestedImplicit: Boolean

    Permalink
  84. def noImplicitError(tree: scala.tools.nsc.Global.Tree, param: scala.tools.nsc.Global.Symbol)(implicit context: Analyzer.Context): Unit

    Permalink
  85. def notAnyRefMessage(found: scala.tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    ContextErrors
  86. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  87. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  88. def overrideMessage(msg: String): Option[String]

    Permalink
    Definition Classes
    Formatting
  89. def removeErrorsFor(tpe: scala.tools.nsc.Global.Type): Unit

    Permalink
  90. def resetImplicits(): Unit

    Permalink
    Definition Classes
    Implicits
  91. def search(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, isView: Boolean, context: Analyzer.Context, pos: scala.tools.nsc.Global.Position): Analyzer.SearchResult

    Permalink
  92. def shortName(ident: String): String

    Permalink
  93. def showFormatted(tpe: Formatted, break: Boolean): String

    Permalink
    Definition Classes
    Formatting
  94. def showFormattedL(tpe: Formatted, break: Boolean): TypeRepr

    Permalink
    Definition Classes
    Formatting
  95. def showFormattedLBreak(tpe: Formatted): TypeRepr

    Permalink
    Definition Classes
    Formatting
  96. val showFormattedLCache: FormatCache[(Formatted, Boolean), TypeRepr]

    Permalink
    Definition Classes
    Formatting
  97. def showFormattedLImpl(tpe: Formatted, break: Boolean): TypeRepr

    Permalink
    Definition Classes
    Formatting
  98. def showFormattedLNoBreak(tpe: Formatted): TypeRepr

    Permalink
    Definition Classes
    Formatting
  99. def showFormattedNoBreak(tpe: Formatted): String

    Permalink
    Definition Classes
    Formatting
  100. def showSLRecordItem(key: Formatted, value: Formatted): FlatType

    Permalink
    Definition Classes
    Formatting
  101. def showTuple(args: List[String]): String

    Permalink
    Definition Classes
    Formatting
  102. def showType(tpe: scala.tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    Formatting
  103. def showTypeApply(cons: String, args: List[TypeRepr], break: Boolean): TypeRepr

    Permalink
    Definition Classes
    Formatting
  104. def showTypeBreak(tpe: scala.tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    Formatting
  105. def showTypeBreakL(tpe: scala.tools.nsc.Global.Type): List[String]

    Permalink
    Definition Classes
    Formatting
  106. val specialFormatters: List[Analyzer.SpecialFormatter]

    Permalink
    Definition Classes
    Formatting
  107. def splitChains(errors: List[Analyzer.ImpFailReason]): List[List[Analyzer.ImpFailReason]]

    Permalink
    Definition Classes
    Formatting
  108. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  109. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. def wrapParens(expr: String, top: Boolean): String

    Permalink
    Definition Classes
    Formatting
  114. def wrapParensRepr(tpe: TypeRepr, top: Boolean): TypeRepr

    Permalink
    Definition Classes
    Formatting

Inherited from Formatting

Inherited from Formatters

Inherited from Compat

Inherited from ContextErrors

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped