scala.tools.nsc.symtab.classfile.ClassfileParser

TypeParamsType

class TypeParamsType extends (symbolTable)#LazyType with (symbolTable)#FlagAgnosticCompleter

Linear Supertypes
(symbolTable)#FlagAgnosticCompleter, (symbolTable)#LazyType, (symbolTable)#Type, (symbolTable)#Annotatable[(symbolTable)#Type], (symbolTable)#TypeApiImpl, (symbolTable)#TypeApi, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeParamsType
  2. FlagAgnosticCompleter
  3. LazyType
  4. Type
  5. Annotatable
  6. TypeApiImpl
  7. TypeApi
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeParamsType(typeParams: List[(symbolTable)#Symbol])

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 ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to any2stringadd[TypeParamsType] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TypeParamsType, B)

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to ArrowAssoc[TypeParamsType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <:<(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type → TypeApi
  6. def =:=(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type → TypeApi
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def addThrowsAnnotation(throwableSym: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Annotatable
  9. def annotations: List[(symbolTable)#AnnotationInfo]

    Definition Classes
    Type → Annotatable
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def asSeenFrom(pre: (symbolTable)#Type, clazz: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  12. def atOwner(owner: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type
  13. def baseClasses: List[(symbolTable)#Symbol]

    Definition Classes
    Type → TypeApi
  14. def baseType(clazz: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  15. def baseTypeIndex(sym: (symbolTable)#Symbol): Int

    Definition Classes
    Type
  16. def baseTypeSeq: (symbolTable)#BaseTypeSeq

    Definition Classes
    Type
  17. def baseTypeSeqDepth: Depth

    Definition Classes
    Type
  18. def betaReduce: (symbolTable)#Type

    Definition Classes
    Type
  19. def boundSyms: Set[(symbolTable)#Symbol]

    Definition Classes
    Type
  20. def bounds: (symbolTable)#TypeBounds

    Definition Classes
    Type
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def cloneInfo(owner: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type
  23. def collect[T](pf: PartialFunction[(symbolTable)#Type, T]): List[T]

    Definition Classes
    Type
  24. def companion: (symbolTable)#Type

    Definition Classes
    TypeApiImpl → TypeApi
  25. def complete(sym: (symbolTable)#Symbol): Unit

    Definition Classes
    TypeParamsType → LazyType → Type
  26. def computeMemberType(sym: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type
  27. def contains(sym: (symbolTable)#Symbol): Boolean

    Definition Classes
    Type → TypeApi
  28. def dealias: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  29. def dealiasWiden: (symbolTable)#Type

    Definition Classes
    Type
  30. def dealiasWidenChain: List[(symbolTable)#Type]

    Definition Classes
    Type
  31. def decl(name: (symbolTable)#Name): (symbolTable)#Symbol

    Definition Classes
    Type → TypeApi
  32. def declaration(name: (symbolTable)#Name): (symbolTable)#Symbol

    Definition Classes
    TypeApiImpl → TypeApi
  33. def declarations: (symbolTable)#Scope

    Definition Classes
    TypeApiImpl → TypeApi
  34. def decls: (symbolTable)#Scope

    Definition Classes
    Type → TypeApi
  35. def deconst: (symbolTable)#Type

    Definition Classes
    Type
  36. def deferredMembers: (symbolTable)#Scope

    Definition Classes
    Type
  37. def directObjectString: String

    Definition Classes
    Type
  38. def dummyArgs: List[(symbolTable)#Type]

    Attributes
    protected
    Definition Classes
    Type
  39. def ensuring(cond: (TypeParamsType) ⇒ Boolean, msg: ⇒ Any): TypeParamsType

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to Ensuring[TypeParamsType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: (TypeParamsType) ⇒ Boolean): TypeParamsType

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to Ensuring[TypeParamsType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean, msg: ⇒ Any): TypeParamsType

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to Ensuring[TypeParamsType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean): TypeParamsType

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to Ensuring[TypeParamsType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  45. def erasure: (symbolTable)#Type

    Definition Classes
    TypeApiImpl → TypeApi
  46. def etaExpand: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  47. def exists(p: ((symbolTable)#Type) ⇒ Boolean): Boolean

    Definition Classes
    Type → TypeApi
  48. def filterAnnotations(p: ((symbolTable)#AnnotationInfo) ⇒ Boolean): (symbolTable)#Type

    Definition Classes
    Type → Annotatable
  49. final def finalResultType: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  50. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def find(p: ((symbolTable)#Type) ⇒ Boolean): Option[(symbolTable)#Type]

    Definition Classes
    Type → TypeApi
  52. def findMember(name: (symbolTable)#Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): (symbolTable)#Symbol

    Definition Classes
    Type
  53. def findMembers(excludedFlags: Long, requiredFlags: Long): (symbolTable)#Scope

    Definition Classes
    Type
  54. def firstParent: (symbolTable)#Type

    Definition Classes
    Type
  55. def foreach(f: ((symbolTable)#Type) ⇒ Unit): Unit

    Definition Classes
    Type → TypeApi
  56. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to StringFormat[TypeParamsType] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  57. def getAnnotation(cls: (symbolTable)#Symbol): Option[(symbolTable)#AnnotationInfo]

    Definition Classes
    Annotatable
  58. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  59. def hasAnnotation(cls: (symbolTable)#Symbol): Boolean

    Definition Classes
    Annotatable
  60. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  61. def implicitMembers: (symbolTable)#Scope

    Definition Classes
    Type
  62. def instantiateTypeParams(formals: List[(symbolTable)#Symbol], actuals: List[(symbolTable)#Type]): (symbolTable)#Type

    Definition Classes
    Type
  63. def isComplete: Boolean

    Definition Classes
    LazyType → Type
  64. def isDependentMethodType: Boolean

    Definition Classes
    Type
  65. def isErroneous: Boolean

    Definition Classes
    Type
  66. def isError: Boolean

    Definition Classes
    Type
  67. def isFinalType: Boolean

    Definition Classes
    Type
  68. def isGround: Boolean

    Definition Classes
    Type
  69. def isHigherKinded: Boolean

    Definition Classes
    Type
  70. def isImmediatelyDependent: Boolean

    Definition Classes
    Type
  71. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  72. def isSpliceable: Boolean

    Definition Classes
    TypeApiImpl
  73. final def isStable: Boolean

    Definition Classes
    Type
  74. def isStructuralRefinement: Boolean

    Definition Classes
    Type
  75. def isTrivial: Boolean

    Definition Classes
    Type
  76. final def isVolatile: Boolean

    Definition Classes
    Type
  77. def isWildcard: Boolean

    Definition Classes
    Type
  78. def kind: String

    Definition Classes
    LazyType → Type
  79. def load(sym: (symbolTable)#Symbol): Unit

    Definition Classes
    Type
  80. def looselyMatches(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type
  81. def map(f: ((symbolTable)#Type) ⇒ (symbolTable)#Type): (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  82. def matches(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type
  83. def matchesPattern(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type
  84. def member(name: (symbolTable)#Name): (symbolTable)#Symbol

    Definition Classes
    Type → TypeApi
  85. def memberBasedOnName(name: (symbolTable)#Name, excludedFlags: Long): (symbolTable)#Symbol

    Definition Classes
    Type
  86. def memberInfo(sym: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type
  87. def memberType(sym: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type
  88. def members: (symbolTable)#Scope

    Definition Classes
    Type → TypeApi
  89. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): (symbolTable)#Scope

    Definition Classes
    Type
  90. def narrow: (symbolTable)#Type

    Definition Classes
    Type
  91. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  92. def nonLocalMember(name: (symbolTable)#Name): (symbolTable)#Symbol

    Definition Classes
    Type
  93. def nonPrivateDecl(name: (symbolTable)#Name): (symbolTable)#Symbol

    Definition Classes
    Type
  94. def nonPrivateDecls: List[(symbolTable)#Symbol]

    Definition Classes
    Type
  95. def nonPrivateMember(name: (symbolTable)#Name): (symbolTable)#Symbol

    Definition Classes
    Type
  96. def nonPrivateMemberAdmitting(name: (symbolTable)#Name, admit: Long): (symbolTable)#Symbol

    Definition Classes
    Type
  97. def nonPrivateMembers: (symbolTable)#Scope

    Definition Classes
    Type
  98. def nonPrivateMembersAdmitting(admit: Long): (symbolTable)#Scope

    Definition Classes
    Type
  99. def normalize: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  100. final def notify(): Unit

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

    Definition Classes
    AnyRef
  102. def objectPrefix: String

    Attributes
    protected
    Definition Classes
    Type
  103. final def orElse(alt: ⇒ (symbolTable)#Type): (symbolTable)#Type

    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  104. def packagePrefix: String

    Attributes
    protected
    Definition Classes
    Type
  105. def paramLists: List[List[(symbolTable)#Symbol]]

    Definition Classes
    TypeApiImpl → TypeApi
  106. def paramSectionCount: Int

    Definition Classes
    Type
  107. def paramTypes: List[(symbolTable)#Type]

    Definition Classes
    Type
  108. def params: List[(symbolTable)#Symbol]

    Definition Classes
    Type
  109. def paramss: List[List[(symbolTable)#Symbol]]

    Definition Classes
    Type → TypeApi
  110. def parents: List[(symbolTable)#Type]

    Definition Classes
    Type
  111. def prefix: (symbolTable)#Type

    Definition Classes
    Type
  112. def prefixChain: List[(symbolTable)#Type]

    Definition Classes
    Type
  113. def prefixString: String

    Definition Classes
    Type
  114. def removeAnnotation(cls: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Annotatable
  115. def resultApprox: (symbolTable)#Type

    Definition Classes
    Type
  116. def resultType(actuals: List[(symbolTable)#Type]): (symbolTable)#Type

    Definition Classes
    Type
  117. def resultType: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  118. def safeToString: String

    Definition Classes
    LazyType → Type
  119. def setAnnotations(annots: List[(symbolTable)#AnnotationInfo]): (symbolTable)#Type

    Definition Classes
    Type → Annotatable
  120. def skolemizeExistential: (symbolTable)#Type

    Definition Classes
    Type
  121. def skolemizeExistential(owner: (symbolTable)#Symbol, origin: AnyRef): (symbolTable)#Type

    Definition Classes
    Type
  122. def skolemsExceptMethodTypeParams: List[(symbolTable)#Symbol]

    Definition Classes
    Type
  123. def stat_<:<(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type
  124. def staticAnnotations: collection.immutable.List[(symbolTable)#AnnotationInfo]

    Definition Classes
    Annotatable
  125. def subst(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Type]): (symbolTable)#Type

    Definition Classes
    Type
  126. def substSym(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Symbol]): (symbolTable)#Type

    Definition Classes
    Type
  127. def substThis(from: (symbolTable)#Symbol, to: (symbolTable)#Symbol): (symbolTable)#Type

    Definition Classes
    Type
  128. def substThis(from: (symbolTable)#Symbol, to: (symbolTable)#Type): (symbolTable)#Type

    Definition Classes
    Type
  129. def substThisAndSym(from: (symbolTable)#Symbol, to: (symbolTable)#Type, symsFrom: List[(symbolTable)#Symbol], symsTo: List[(symbolTable)#Symbol]): (symbolTable)#Type

    Definition Classes
    Type
  130. def substituteSymbols(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Symbol]): (symbolTable)#Type

    Definition Classes
    TypeApiImpl → TypeApi
  131. def substituteTypes(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Type]): (symbolTable)#Type

    Definition Classes
    TypeApiImpl → TypeApi
  132. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  133. def takesTypeArgs: Boolean

    Definition Classes
    Type → TypeApi
  134. def termSymbol: (symbolTable)#Symbol

    Definition Classes
    Type → TypeApi
  135. def termSymbolDirect: (symbolTable)#Symbol

    Definition Classes
    Type
  136. def throwsAnnotations(): List[(symbolTable)#Symbol]

    Definition Classes
    Annotatable
  137. def toLongString: String

    Definition Classes
    Type
  138. final def toString(): String

    Definition Classes
    Type → AnyRef → Any
  139. def trimPrefix(str: String): String

    Definition Classes
    Type
  140. def typeArgs: List[(symbolTable)#Type]

    Definition Classes
    Type → TypeApi
  141. def typeArguments: List[(symbolTable)#Type]

    Definition Classes
    TypeApiImpl
  142. def typeConstructor: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  143. def typeOfThis: (symbolTable)#Type

    Definition Classes
    Type
  144. val typeParams: List[(symbolTable)#Symbol]

    Definition Classes
    TypeParamsType → Type → TypeApi
  145. def typeSymbol: (symbolTable)#Symbol

    Definition Classes
    Type → TypeApi
  146. def typeSymbolDirect: (symbolTable)#Symbol

    Definition Classes
    Type
  147. def underlying: (symbolTable)#Type

    Definition Classes
    Type
  148. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  151. def weak_<:<(that: (symbolTable)#Type): Boolean

    Definition Classes
    Type → TypeApi
  152. def widen: (symbolTable)#Type

    Definition Classes
    Type → TypeApi
  153. final def withAnnotation(annot: (symbolTable)#AnnotationInfo): (symbolTable)#Type

    Definition Classes
    Annotatable
  154. def withAnnotations(annots: List[(symbolTable)#AnnotationInfo]): (symbolTable)#Type

    Definition Classes
    Type → Annotatable
  155. def withFilter(p: ((symbolTable)#Type) ⇒ Boolean): FilterMapForeach

    Definition Classes
    Type
  156. def withoutAnnotations: (symbolTable)#Type

    Definition Classes
    Type → Annotatable
  157. def [B](y: B): (TypeParamsType, B)

    Implicit information
    This member is added by an implicit conversion from TypeParamsType to ArrowAssoc[TypeParamsType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from (symbolTable)#FlagAgnosticCompleter

Inherited from (symbolTable)#LazyType

Inherited from (symbolTable)#Type

Inherited from (symbolTable)#Annotatable[(symbolTable)#Type]

Inherited from (symbolTable)#TypeApiImpl

Inherited from (symbolTable)#TypeApi

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TypeParamsType to any2stringadd[TypeParamsType]

Inherited by implicit conversion StringFormat from TypeParamsType to StringFormat[TypeParamsType]

Inherited by implicit conversion Ensuring from TypeParamsType to Ensuring[TypeParamsType]

Inherited by implicit conversion ArrowAssoc from TypeParamsType to ArrowAssoc[TypeParamsType]

Ungrouped