Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package tasty
    Definition Classes
    nsc
  • class TreeUnpickler[Tasty <: TastyUniverse] extends AnyRef

    TreeUnpickler is responsible for traversing all trees in the "ASTs" section of a TASTy file, which represent the definitions inside the classfile associated with the root class/module.

    TreeUnpickler is responsible for traversing all trees in the "ASTs" section of a TASTy file, which represent the definitions inside the classfile associated with the root class/module. TreeUnpickler will enter the public api of the TASTy file into the symbolTable of TastyUniverse. "Public API" includes annotations when they are simple trees.

    Where possible, TreeUnpickler should not directly manipulate values created by the symbolTable, but use operations provided by TastyUniverse

    Definition Classes
    tasty
  • Completer
  • OwnerTree
  • TreeReader

class Completer extends Tasty.TastyCompleter

A completer that captures the current position and context, which then uses the position to discover the symbol to compute the info for.

Source
TreeUnpickler.scala
Linear Supertypes
Tasty.TastyCompleter, Tasty.BaseTastyCompleter, bridge.TastyCore.SymbolTable.FlagAgnosticCompleter, Tasty.TastyRepr, bridge.TastyCore.SymbolTable.LazyType, bridge.TastyCore.SymbolTable.Type, bridge.TastyCore.SymbolTable.Annotatable[bridge.TastyCore.SymbolTable.Type], bridge.TastyCore.SymbolTable.TypeApiImpl, bridge.TastyCore.SymbolTable.TypeApi, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Completer
  2. TastyCompleter
  3. BaseTastyCompleter
  4. FlagAgnosticCompleter
  5. TastyRepr
  6. LazyType
  7. Type
  8. Annotatable
  9. TypeApiImpl
  10. TypeApi
  11. AnyRef
  12. 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 Completer(isClass: Boolean, reader: TastyReader, tflags: TastyFlagSet)(implicit ctx: Tasty.Context)

Type Members

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def !==(u: Completer): Boolean
    Implicit
    This member is added by an implicit conversion from Completer toSafeEq[Completer] 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 Completer toany2stringadd[Completer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (Completer, B)
    Implicit
    This member is added by an implicit conversion from Completer toArrowAssoc[Completer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <:<(that: bridge.TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type → TypeApi
  7. def =:=(that: bridge.TastyCore.SymbolTable.Type): Boolean
    Definition Classes
    Type → TypeApi
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def ===(u: Completer): Boolean
    Implicit
    This member is added by an implicit conversion from Completer toSafeEq[Completer] performed by method SafeEq in scala.tools.nsc.tasty.
    Definition Classes
    SafeEq
    Annotations
    @inline()
  10. def addThrowsAnnotation(throwableSym: bridge.TastyCore.SymbolTable.Symbol): bridge.TastyCore.SymbolTable.Type
    Definition Classes
    Annotatable
  11. def annotations: List[bridge.TastyCore.SymbolTable.AnnotationInfo]
    Definition Classes
    Type → Annotatable
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def asSeenFrom(pre: bridge.TastyCore.SymbolTable.Type, clazz: bridge.TastyCore.SymbolTable.Symbol): bridge.TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  14. def atOwner(owner: bridge.TastyCore.SymbolTable.Symbol): bridge.TastyCore.SymbolTable.Type
    Definition Classes
    Type
  15. def baseClasses: List[bridge.TastyCore.SymbolTable.Symbol]
    Definition Classes
    Type → TypeApi
  16. def baseType(clazz: bridge.TastyCore.SymbolTable.Symbol): bridge.TastyCore.SymbolTable.Type
    Definition Classes
    Type → TypeApi
  17. def baseTypeIndex(sym: bridge.TastyCore.SymbolTable.Symbol): Int
    Definition Classes
    Type
  18. def baseTypeSeq: bridge.TastyCore.SymbolTable.BaseTypeSeq
    Definition Classes
    Type
  19. def baseTypeSeqDepth: Depth
    Definition Classes
    Type
  20. def betaReduce: bridge.TastyCore.SymbolTable.Type
    Definition Classes
    Type
  21. def bounds: bridge.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: bridge.TastyCore.SymbolTable.Symbol): bridge.TastyCore.SymbolTable.Type
    Definition Classes
    Type
  24. def collect[T](pf: PartialFunction[bridge.TastyCore.SymbolTable.Type, T]): List[T]
    Definition Classes
    Type
  25. def companion: bridge.TastyCore.SymbolTable.Type
    Definition Classes
    TypeApiImpl → TypeApi
  26. final def complete(sym: Tasty.Symbol): Unit
    Definition Classes
    BaseTastyCompleter → LazyType → Type
  27. def computeInfo(sym: Tasty.Symbol)(implicit ctx: Tasty.Context): Unit

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

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

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

Inherited from Tasty.BaseTastyCompleter

Inherited from bridge.TastyCore.SymbolTable.FlagAgnosticCompleter

Inherited from Tasty.TastyRepr

Inherited from bridge.TastyCore.SymbolTable.LazyType

Inherited from bridge.TastyCore.SymbolTable.Type

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

Inherited from bridge.TastyCore.SymbolTable.TypeApiImpl

Inherited from bridge.TastyCore.SymbolTable.TypeApi

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion SafeEq fromCompleter to SafeEq[Completer]

Inherited by implicit conversion any2stringadd fromCompleter to any2stringadd[Completer]

Inherited by implicit conversion StringFormat fromCompleter to StringFormat[Completer]

Inherited by implicit conversion Ensuring fromCompleter to Ensuring[Completer]

Inherited by implicit conversion ArrowAssoc fromCompleter to ArrowAssoc[Completer]

Ungrouped