Packages

c

scala.tools.nsc.tasty.bridge.TypeOps

BaseTastyCompleter

abstract class BaseTastyCompleter extends TastyCore.SymbolTable.LazyType with TastyUniverse.TastyRepr with TastyCore.SymbolTable.FlagAgnosticCompleter

Source
TypeOps.scala
Linear Supertypes
TastyCore.SymbolTable.FlagAgnosticCompleter, TastyUniverse.TastyRepr, TastyCore.SymbolTable.LazyType, TastyCore.SymbolTable.Type, TastyCore.SymbolTable.Annotatable[TastyCore.SymbolTable.Type], TastyCore.SymbolTable.TypeApiImpl, TastyCore.SymbolTable.TypeApi, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseTastyCompleter
  2. FlagAgnosticCompleter
  3. TastyRepr
  4. LazyType
  5. Type
  6. Annotatable
  7. TypeApiImpl
  8. TypeApi
  9. AnyRef
  10. Any
Implicitly
  1. by SafeEq
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BaseTastyCompleter(tflags: TastyFlagSet)(implicit capturedCtx: TastyUniverse.Context)

Type Members

  1. class FilterMapForeach extends reflect.internal.SymbolTable.FilterTypeCollector
    Definition Classes
    Type

Abstract Value Members

  1. abstract def computeInfo(sym: TastyUniverse.Symbol)(implicit ctx: TastyUniverse.Context): Unit

    Compute and set the info for the symbol in the given Context

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def !==(u: TastyUniverse.BaseTastyCompleter): Boolean
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toSafeEq[TastyUniverse.BaseTastyCompleter] performed by method SafeEq in scala.tools.nsc.tasty.
    Definition Classes
    SafeEq
    Annotations
    @inline()
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toany2stringadd[TastyUniverse.BaseTastyCompleter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (TastyUniverse.BaseTastyCompleter, B)
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toArrowAssoc[TastyUniverse.BaseTastyCompleter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <:<(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type → TypeApi
  7. def =:=(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type → TypeApi
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def ===(u: TastyUniverse.BaseTastyCompleter): Boolean
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toSafeEq[TastyUniverse.BaseTastyCompleter] performed by method SafeEq in scala.tools.nsc.tasty.
    Definition Classes
    SafeEq
    Annotations
    @inline()
  10. def addThrowsAnnotation(throwableSym: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Annotatable
  11. def annotations: List[TastyCore.SymbolTable.AnnotationInfo]
    Definition Classes
    Type → Annotatable
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def asSeenFrom(pre: TastyCore.SymbolTable.Type, clazz: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  14. def atOwner(owner: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  15. def baseClasses: List[TastyCore.SymbolTable.Symbol]
    Definition Classes
    Type → TypeApi
  16. def baseType(clazz: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  17. def baseTypeIndex(sym: TastyCore.SymbolTable.Symbol): Int
    Definition Classes
    Type
  18. def baseTypeSeq: TastyCore.SymbolTable.BaseTypeSeq
    Definition Classes
    Type
  19. def baseTypeSeqDepth: Depth
    Definition Classes
    Type
  20. def betaReduce: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  21. def bounds: TastyCore.SymbolTable.TypeBounds
    Definition Classes
    Type
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  23. def cloneInfo(owner: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  24. def collect[T](pf: PartialFunction[TastyCore.SymbolTable.Type, T]): List[T]
    Definition Classes
    Type
  25. def companion: TastyCore.SymbolTable.Type
    Definition Classes
    TypeApiImpl → TypeApi
  26. final def complete(sym: TastyUniverse.Symbol): Unit
    Definition Classes
    BaseTastyCompleter → LazyType → Type
  27. def computeMemberType(sym: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  28. def contains(sym: TastyCore.SymbolTable.Symbol): Boolean
    Definition Classes
    Type → TypeApi
  29. def dealias: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  30. final def dealiasWiden: TastyCore.SymbolTable.Type
    Definition Classes
    Type
    Annotations
    @tailrec()
  31. def dealiasWidenChain: List[TastyCore.SymbolTable.Type]
    Definition Classes
    Type
  32. def decl(name: TastyCore.SymbolTable.Name): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type → TypeApi
  33. def declaration(name: TastyCore.SymbolTable.Name): TastyCore.SymbolTable.Symbol
    Definition Classes
    TypeApiImpl → TypeApi
  34. def declarations: TastyCore.SymbolTable.Scope
    Definition Classes
    TypeApiImpl → TypeApi
  35. def decls: TastyCore.SymbolTable.Scope
    Definition Classes
    Type → TypeApi
  36. def deconst: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  37. def deferredMembers: TastyCore.SymbolTable.Scope
    Definition Classes
    Type
  38. def directObjectString: String
    Definition Classes
    Type
  39. def dummyArgs: List[TastyCore.SymbolTable.Type]
    Attributes
    protected
    Definition Classes
    Type
  40. def ensuring(cond: (TastyUniverse.BaseTastyCompleter) => Boolean, msg: => Any): TastyUniverse.BaseTastyCompleter
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toEnsuring[TastyUniverse.BaseTastyCompleter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: (TastyUniverse.BaseTastyCompleter) => Boolean): TastyUniverse.BaseTastyCompleter
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toEnsuring[TastyUniverse.BaseTastyCompleter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean, msg: => Any): TastyUniverse.BaseTastyCompleter
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toEnsuring[TastyUniverse.BaseTastyCompleter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean): TastyUniverse.BaseTastyCompleter
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toEnsuring[TastyUniverse.BaseTastyCompleter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  46. def erasure: TastyCore.SymbolTable.Type
    Definition Classes
    TypeApiImpl → TypeApi
  47. def etaExpand: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  48. def exists(p: (TastyCore.SymbolTable.Type) => Boolean): Boolean
    Definition Classes
    Type → TypeApi
  49. def filterAnnotations(p: (TastyCore.SymbolTable.AnnotationInfo) => Boolean): TastyCore.SymbolTable.Type
    Definition Classes
    Type → Annotatable
  50. final def finalResultType: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  51. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  52. def find(p: (TastyCore.SymbolTable.Type) => Boolean): Option[TastyCore.SymbolTable.Type]
    Definition Classes
    Type → TypeApi
  53. def findMember(name: TastyCore.SymbolTable.Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  54. def findMembers(excludedFlags: Long, requiredFlags: Long): TastyCore.SymbolTable.Scope
    Definition Classes
    Type
  55. def firstParent: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  56. def foldOver(folder: TastyCore.SymbolTable.TypeFolder): Unit
    Definition Classes
    Type
  57. def forceDirectSuperclasses(): Unit
    Definition Classes
    Type
  58. def foreach(f: (TastyCore.SymbolTable.Type) => Unit): Unit
    Definition Classes
    Type → TypeApi
  59. def getAnnotation(cls: TastyCore.SymbolTable.Symbol): Option[TastyCore.SymbolTable.AnnotationInfo]
    Definition Classes
    Annotatable
  60. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  61. def hasAnnotation(cls: TastyCore.SymbolTable.Symbol): Boolean
    Definition Classes
    Annotatable
  62. def hasNonPrivateMember(name: TastyCore.SymbolTable.Name): Boolean
    Definition Classes
    Type
  63. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. def implicitMembers: TastyCore.SymbolTable.Scope
    Definition Classes
    Type
  65. def instantiateTypeParams(formals: List[TastyCore.SymbolTable.Symbol], actuals: List[TastyCore.SymbolTable.Type]): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  66. final def isAny: Boolean
    Definition Classes
    Type
  67. def isComplete: Boolean
    Definition Classes
    LazyType → Type
  68. def isDependentMethodType: Boolean
    Definition Classes
    Type
  69. def isErroneous: Boolean
    Definition Classes
    Type
  70. def isError: Boolean
    Definition Classes
    Type
  71. def isFinalType: Boolean
    Definition Classes
    Type
  72. def isGround: Boolean
    Definition Classes
    Type
  73. def isHigherKinded: Boolean
    Definition Classes
    Type
  74. def isImmediatelyDependent: Boolean
    Definition Classes
    Type
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. def isJavaVarargsMethod: Boolean
    Definition Classes
    LazyType
  77. final def isNothing: Boolean
    Definition Classes
    Type
  78. def isShowAsInfixType: Boolean
    Definition Classes
    Type
  79. def isSpliceable: Boolean
    Definition Classes
    TypeApiImpl
  80. final def isStable: Boolean
    Definition Classes
    Type
  81. def isStructuralRefinement: Boolean
    Definition Classes
    Type
  82. def isTrivial: Boolean
    Definition Classes
    Type
  83. final def isVolatile: Boolean
    Definition Classes
    Type
  84. def isWildcard: Boolean
    Definition Classes
    Type
  85. def javaThrownExceptions: List[TastyCore.SymbolTable.Symbol]
    Definition Classes
    LazyType
  86. def kind: String
    Definition Classes
    LazyType → Type
  87. final def load(sym: TastyUniverse.Symbol): Unit
    Definition Classes
    BaseTastyCompleter → Type
  88. def looselyMatches(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type
  89. def lowerBound: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  90. def map(f: (TastyCore.SymbolTable.Type) => TastyCore.SymbolTable.Type): TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  91. def mapOver(map: TastyCore.SymbolTable.TypeMap): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  92. def matches(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type
  93. def matchesPattern(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type
  94. def member(name: TastyCore.SymbolTable.Name): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type → TypeApi
  95. def memberBasedOnName(name: TastyCore.SymbolTable.Name, excludedFlags: Long): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  96. def memberInfo(sym: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  97. def memberType(sym: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  98. def members: TastyCore.SymbolTable.Scope
    Definition Classes
    Type → TypeApi
  99. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): TastyCore.SymbolTable.Scope
    Definition Classes
    Type
  100. def nameAndArgsString: String
    Definition Classes
    Type
  101. def narrow: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  102. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  103. def nonLocalMember(name: TastyCore.SymbolTable.Name): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  104. def nonPrivateDecl(name: TastyCore.SymbolTable.Name): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  105. def nonPrivateDecls: List[TastyCore.SymbolTable.Symbol]
    Definition Classes
    Type
  106. def nonPrivateMember(name: TastyCore.SymbolTable.Name): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  107. def nonPrivateMemberAdmitting(name: TastyCore.SymbolTable.Name, admit: Long): TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  108. def nonPrivateMembers: TastyCore.SymbolTable.Scope
    Definition Classes
    Type
  109. def nonPrivateMembersAdmitting(admit: Long): TastyCore.SymbolTable.Scope
    Definition Classes
    Type
  110. def normalize: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  111. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  112. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  113. def objectPrefix: String
    Attributes
    protected
    Definition Classes
    Type
  114. final def orElse(alt: => TastyCore.SymbolTable.Type): TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  115. def packageObject: TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  116. def packagePrefix: String
    Attributes
    protected
    Definition Classes
    Type
  117. def paramLists: List[List[TastyCore.SymbolTable.Symbol]]
    Definition Classes
    TypeApiImpl → TypeApi
  118. def paramSectionCount: Int
    Definition Classes
    Type
  119. def paramTypes: List[TastyCore.SymbolTable.Type]
    Definition Classes
    Type
  120. def params: List[TastyCore.SymbolTable.Symbol]
    Definition Classes
    Type
  121. def paramss: List[List[TastyCore.SymbolTable.Symbol]]
    Definition Classes
    Type → TypeApi
  122. def parents: List[TastyCore.SymbolTable.Type]
    Definition Classes
    Type
  123. def prefix: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  124. def prefixChain: List[TastyCore.SymbolTable.Type]
    Definition Classes
    Type
  125. def prefixDirect: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  126. def prefixString: String
    Definition Classes
    Type
  127. def removeAnnotation(cls: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Annotatable
  128. def resultApprox: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  129. def resultType(actuals: List[TastyCore.SymbolTable.Type]): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  130. def resultType: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  131. def safeToString: String
    Definition Classes
    LazyType → Type
  132. def setAnnotations(annots: List[TastyCore.SymbolTable.AnnotationInfo]): TastyCore.SymbolTable.Type
    Definition Classes
    Type → Annotatable
  133. def skolemizeExistential: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  134. def skolemizeExistential(owner: TastyCore.SymbolTable.Symbol, origin: AnyRef): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  135. def skolemsExceptMethodTypeParams: List[TastyCore.SymbolTable.Symbol]
    Definition Classes
    Type
  136. def stat_<:<(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type
  137. def staticAnnotations: collection.immutable.List[TastyCore.SymbolTable.AnnotationInfo]
    Definition Classes
    Annotatable
  138. def subst(from: List[TastyCore.SymbolTable.Symbol], to: List[TastyCore.SymbolTable.Type]): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  139. def substSym(from: List[TastyCore.SymbolTable.Symbol], to: List[TastyCore.SymbolTable.Symbol]): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  140. def substThis(from: TastyCore.SymbolTable.Symbol, to: TastyCore.SymbolTable.Symbol): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  141. def substThis(from: TastyCore.SymbolTable.Symbol, to: TastyCore.SymbolTable.Type): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  142. def substThisAndSym(from: TastyCore.SymbolTable.Symbol, to: TastyCore.SymbolTable.Type, symsFrom: List[TastyCore.SymbolTable.Symbol], symsTo: List[TastyCore.SymbolTable.Symbol]): TastyCore.SymbolTable.Type
    Definition Classes
    Type
  143. def substituteSymbols(from: List[TastyCore.SymbolTable.Symbol], to: List[TastyCore.SymbolTable.Symbol]): TastyCore.SymbolTable.Type
    Definition Classes
    TypeApiImpl → TypeApi
  144. def substituteTypes(from: List[TastyCore.SymbolTable.Symbol], to: List[TastyCore.SymbolTable.Type]): TastyCore.SymbolTable.Type
    Definition Classes
    TypeApiImpl → TypeApi
  145. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  146. def takesTypeArgs: Boolean
    Definition Classes
    Type → TypeApi
  147. def termSymbol: TastyCore.SymbolTable.Symbol
    Definition Classes
    Type → TypeApi
  148. def termSymbolDirect: TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  149. final val tflags: TastyFlagSet
    Definition Classes
    BaseTastyCompleterTastyRepr
  150. def toLongString: String
    Definition Classes
    Type
  151. final def toString(): String
    Definition Classes
    Type → AnyRef → Any
  152. def trimPrefix(str: String): String
    Definition Classes
    Type
  153. def typeArgs: List[TastyCore.SymbolTable.Type]
    Definition Classes
    Type → TypeApi
  154. def typeArguments: List[TastyCore.SymbolTable.Type]
    Definition Classes
    TypeApiImpl
  155. def typeConstructor: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  156. def typeOfThis: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  157. def typeParams: List[TastyCore.SymbolTable.Symbol]
    Definition Classes
    Type → TypeApi
  158. def typeSymbol: TastyCore.SymbolTable.Symbol
    Definition Classes
    Type → TypeApi
  159. def typeSymbolDirect: TastyCore.SymbolTable.Symbol
    Definition Classes
    Type
  160. def underlying: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  161. final def unsupportedFlags: TastyFlagSet
    Definition Classes
    TastyRepr
  162. def upperBound: TastyCore.SymbolTable.Type
    Definition Classes
    Type
  163. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  164. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  165. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  166. def weak_<:<(that: TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type → TypeApi
  167. def widen: TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  168. def withAnnotation(anno: TastyCore.SymbolTable.AnnotationInfo): TastyCore.SymbolTable.Type
    Definition Classes
    Type → Annotatable
  169. def withAnnotations(annots: List[TastyCore.SymbolTable.AnnotationInfo]): TastyCore.SymbolTable.Type
    Definition Classes
    Type → Annotatable
  170. def withFilter(p: (TastyCore.SymbolTable.Type) => Boolean): FilterMapForeach
    Definition Classes
    Type
  171. def withoutAnnotations: TastyCore.SymbolTable.Type
    Definition Classes
    Type → Annotatable

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toStringFormat[TastyUniverse.BaseTastyCompleter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (TastyUniverse.BaseTastyCompleter, B)
    Implicit
    This member is added by an implicit conversion from TastyUniverse.BaseTastyCompleter toArrowAssoc[TastyUniverse.BaseTastyCompleter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from TastyCore.SymbolTable.FlagAgnosticCompleter

Inherited from TastyCore.SymbolTable.LazyType

Inherited from TastyCore.SymbolTable.Type

Inherited from TastyCore.SymbolTable.Annotatable[TastyCore.SymbolTable.Type]

Inherited from TastyCore.SymbolTable.TypeApiImpl

Inherited from TastyCore.SymbolTable.TypeApi

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion SafeEq fromTastyUniverse.BaseTastyCompleter to SafeEq[TastyUniverse.BaseTastyCompleter]

Inherited by implicit conversion any2stringadd fromTastyUniverse.BaseTastyCompleter to any2stringadd[TastyUniverse.BaseTastyCompleter]

Inherited by implicit conversion StringFormat fromTastyUniverse.BaseTastyCompleter to StringFormat[TastyUniverse.BaseTastyCompleter]

Inherited by implicit conversion Ensuring fromTastyUniverse.BaseTastyCompleter to Ensuring[TastyUniverse.BaseTastyCompleter]

Inherited by implicit conversion ArrowAssoc fromTastyUniverse.BaseTastyCompleter to ArrowAssoc[TastyUniverse.BaseTastyCompleter]

Ungrouped