scala.tools.nsc.matching.PatternBindings

PseudoType

case class PseudoType(o: Tree) extends Type with SimpleTypeProxy with Product with Serializable

Source
PatternBindings.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, SimpleTypeProxy, Type, Annotatable[Type], TypeApiImpl, TypeApi, TypeBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PseudoType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleTypeProxy
  7. Type
  8. Annotatable
  9. TypeApiImpl
  10. TypeApi
  11. TypeBase
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PseudoType(o: Tree)

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. def +(other: String): String

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

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

    Definition Classes
    Type → TypeApi
  7. def =:=(that: Type): Boolean

    Definition Classes
    Type → TypeApi
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def annotations: List[AnnotationInfo]

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

    Definition Classes
    Any
  12. def asSeenFrom(pre: Type, clazz: Symbol): Type

    Definition Classes
    Type → TypeApi
  13. def atOwner(owner: Symbol): Type

    Definition Classes
    Type
  14. def baseClasses: List[Symbol]

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  15. def baseType(clazz: Symbol): Type

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  16. def baseTypeIndex(sym: Symbol): Int

    Definition Classes
    Type
  17. def baseTypeSeq: BaseTypeSeq

    Definition Classes
    SimpleTypeProxy → Type
  18. def baseTypeSeqDepth: Int

    Definition Classes
    SimpleTypeProxy → Type
  19. def boundSyms: Set[Symbol]

    Definition Classes
    SimpleTypeProxy → Type
  20. def bounds: TypeBounds

    Definition Classes
    SimpleTypeProxy → Type
  21. def clone(): AnyRef

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

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

    Definition Classes
    Type
  24. def complete(sym: Symbol): Unit

    Definition Classes
    Type
  25. def computeMemberType(sym: Symbol): Type

    Definition Classes
    Type
  26. def contains(sym: Symbol): Boolean

    Definition Classes
    Type → TypeApi
  27. def containsTp(tp: Type): Boolean

    Definition Classes
    Type
  28. def dealias: Type

    Definition Classes
    Type
  29. def decl(name: Name): Symbol

    Definition Classes
    Type
  30. def declaration(name: Name): Symbol

    Definition Classes
    TypeApiImpl → TypeApi
  31. def declarations: Scope

    Definition Classes
    TypeApiImpl → TypeApi
  32. def decls: Scope

    Definition Classes
    SimpleTypeProxy → Type
  33. def deconst: Type

    Definition Classes
    Type
  34. def deferredMembers: List[Symbol]

    Definition Classes
    Type
  35. def directObjectString: String

    Definition Classes
    Type
  36. def dummyArgs: List[Type]

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

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

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

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

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

    Definition Classes
    AnyRef
  42. def erasure: Type

    Definition Classes
    TypeApiImpl → TypeApi
  43. def exists(p: (Type) ⇒ Boolean): Boolean

    Definition Classes
    Type → TypeApi
  44. def filter(p: (Type) ⇒ Boolean): List[Type]

    Definition Classes
    Type
  45. def filterAnnotations(p: (AnnotationInfo) ⇒ Boolean): Type

    Definition Classes
    Type → Annotatable
  46. def finalResultType: Type

    Definition Classes
    SimpleTypeProxy → Type
  47. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def find(p: (Type) ⇒ Boolean): Option[Type]

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

    Definition Classes
    Type
  50. def firstParent: Type

    Definition Classes
    Type
  51. def foreach(f: (Type) ⇒ Unit): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  55. def hasAnnotation(cls: Symbol): Boolean

    Definition Classes
    Annotatable
  56. def implicitMembers: List[Symbol]

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

    Definition Classes
    Type
  58. def isComplete: Boolean

    Definition Classes
    Type
  59. def isConcrete: Boolean

    Definition Classes
    TypeApiImpl → TypeApi
  60. def isDependent: Boolean

    Definition Classes
    Type
  61. def isErroneous: Boolean

    Definition Classes
    SimpleTypeProxy → Type
  62. def isError: Boolean

    Definition Classes
    SimpleTypeProxy → Type
  63. def isFinalType: Boolean

    Definition Classes
    Type
  64. def isGround: Boolean

    Definition Classes
    Type
  65. def isHigherKinded: Boolean

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  66. def isImmediatelyDependent: Boolean

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

    Definition Classes
    Any
  68. def isNotNull: Boolean

    Definition Classes
    SimpleTypeProxy → Type
  69. def isSpliceable: Boolean

    Definition Classes
    TypeApiImpl → TypeApi
  70. def isStable: Boolean

    Definition Classes
    SimpleTypeProxy → Type
  71. def isStructuralRefinement: Boolean

    Definition Classes
    Type
  72. def isTrivial: Boolean

    Definition Classes
    SimpleTypeProxy → Type
  73. def isVolatile: Boolean

    Definition Classes
    SimpleTypeProxy → Type
  74. def isWildcard: Boolean

    Definition Classes
    Type
  75. def kind: String

    Definition Classes
    Type → TypeApi
  76. def load(sym: Symbol): Unit

    Definition Classes
    Type
  77. def looselyMatches(that: Type): Boolean

    Definition Classes
    Type
  78. def map(f: (Type) ⇒ Type): Type

    Definition Classes
    Type → TypeApi
  79. def matches(that: Type): Boolean

    Definition Classes
    Type
  80. def matchesPattern(that: Type): Boolean

    Definition Classes
    Type
  81. def member(name: Name): Symbol

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

    Definition Classes
    Type
  83. def memberInfo(sym: Symbol): Type

    Definition Classes
    Type
  84. def memberType(sym: Symbol): Type

    Definition Classes
    Type
  85. def members: List[Symbol]

    Definition Classes
    Type → TypeApi
  86. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): List[Symbol]

    Definition Classes
    Type
  87. def membersWithFlags(requiredFlags: Long): List[Symbol]

    Definition Classes
    Type
  88. def narrow: Type

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

    Definition Classes
    AnyRef
  90. def nonLocalMember(name: Name): Symbol

    Definition Classes
    Type
  91. def nonPrivateDecl(name: Name): Symbol

    Definition Classes
    Type
  92. def nonPrivateDeclaration(name: Name): Symbol

    Definition Classes
    TypeApiImpl
  93. def nonPrivateDecls: List[Symbol]

    Definition Classes
    Type
  94. def nonPrivateMember(name: Name): Symbol

    Definition Classes
    Type → TypeApi
  95. def nonPrivateMemberAdmitting(name: Name, admit: Long): Symbol

    Definition Classes
    Type
  96. def nonPrivateMembers: List[Symbol]

    Definition Classes
    Type → TypeApi
  97. def nonPrivateMembersAdmitting(admit: Long): List[Symbol]

    Definition Classes
    Type
  98. def nonPrivateMembersWithFlags(requiredFlags: Long): List[Symbol]

    Definition Classes
    Type
  99. def normalize: Type

    Definition Classes
    Type → TypeApi
  100. def notNull: Type

    Definition Classes
    Type
  101. final def notify(): Unit

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

    Definition Classes
    AnyRef
  103. val o: Tree

  104. def objectPrefix: String

    Attributes
    protected
    Definition Classes
    Type
  105. def packagePrefix: String

    Attributes
    protected
    Definition Classes
    Type
  106. def paramSectionCount: Int

    Definition Classes
    SimpleTypeProxy → Type
  107. def paramTypes: List[Type]

    Definition Classes
    SimpleTypeProxy → Type
  108. def params: List[Symbol]

    Definition Classes
    SimpleTypeProxy → Type
  109. def paramss: List[List[Symbol]]

    Definition Classes
    SimpleTypeProxy → Type
  110. def parents: List[Type]

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  111. def prefix: Type

    Definition Classes
    SimpleTypeProxy → Type
  112. def prefixChain: List[Type]

    Definition Classes
    Type
  113. def prefixString: String

    Definition Classes
    Type
  114. def remove(clazz: Symbol): Type

    Definition Classes
    Type
  115. def removeAnnotation(cls: Symbol): Type

    Definition Classes
    Annotatable
  116. def resultApprox: Type

    Definition Classes
    Type
  117. def resultType(actuals: List[Type]): Type

    Definition Classes
    Type
  118. def resultType: Type

    Definition Classes
    Type
  119. def safeToString: String

    Definition Classes
    PseudoType → Type
  120. val self: Any

    Implicit information
    This member is added by an implicit conversion from PseudoType to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  121. val self: Any

    Implicit information
    This member is added by an implicit conversion from PseudoType to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  122. def selfsym: Symbol

    Definition Classes
    Type
  123. def setAnnotations(annots: List[AnnotationInfo]): Type

    Definition Classes
    Type → Annotatable
  124. def skolemizeExistential: Type

    Definition Classes
    Type
  125. def skolemizeExistential(owner: Symbol, origin: AnyRef): Type

    Definition Classes
    Type
  126. def skolemsExceptMethodTypeParams: List[Symbol]

    Definition Classes
    Type
  127. def specializes(sym: Symbol): Boolean

    Definition Classes
    Type
  128. def stat_<:<(that: Type): Boolean

    Definition Classes
    Type
  129. def stripAnnotations: Type

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

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

    Definition Classes
    Type
  132. def substThis(from: Symbol, to: Symbol): Type

    Definition Classes
    Type
  133. def substThis(from: Symbol, to: Type): Type

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

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

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

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

    Definition Classes
    AnyRef
  138. def termSymbol: Symbol

    Definition Classes
    SimpleTypeProxy → Type
  139. def termSymbolDirect: Symbol

    Definition Classes
    SimpleTypeProxy → Type
  140. def throwsAnnotations(): List[Symbol]

    Definition Classes
    Annotatable
  141. def toLongString: String

    Definition Classes
    Type
  142. def toString(): String

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

    Definition Classes
    Type
  144. def typeArgs: List[Type]

    Definition Classes
    Type
  145. def typeArguments: List[Type]

    Definition Classes
    TypeApiImpl → TypeApi
  146. def typeConstructor: Type

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  147. def typeOfThis: Type

    Definition Classes
    SimpleTypeProxy → Type
  148. def typeParams: List[Symbol]

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  149. def typeSymbol: Symbol

    Definition Classes
    SimpleTypeProxy → Type → TypeBase
  150. def typeSymbolDirect: Symbol

    Definition Classes
    SimpleTypeProxy → Type
  151. def underlying: Type

    Definition Classes
    PseudoType → SimpleTypeProxy → Type → TypeApi
  152. final def wait(): Unit

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

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

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

    Definition Classes
    Type
  156. def widen: Type

    Definition Classes
    SimpleTypeProxy → Type → TypeApi
  157. final def withAnnotation(annot: AnnotationInfo): Type

    Definition Classes
    Annotatable
  158. def withAnnotations(annots: List[AnnotationInfo]): Type

    Definition Classes
    Type → Annotatable
  159. def withFilter(p: (Type) ⇒ Boolean): FilterMapForeach

    Definition Classes
    Type
  160. def withSelfsym(sym: Symbol): Type

    Definition Classes
    Type
  161. def withoutAnnotations: Type

    Definition Classes
    Type → Annotatable
  162. def [B](y: B): (PseudoType, B)

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

Deprecated Value Members

  1. def x: PseudoType

    Implicit information
    This member is added by an implicit conversion from PseudoType to ArrowAssoc[PseudoType] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: PseudoType

    Implicit information
    This member is added by an implicit conversion from PseudoType to Ensuring[PseudoType] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleTypeProxy

Inherited from Type

Inherited from Annotatable[Type]

Inherited from TypeApiImpl

Inherited from TypeApi

Inherited from TypeBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PseudoType to StringAdd

Inherited by implicit conversion any2stringfmt from PseudoType to StringFormat

Inherited by implicit conversion any2ArrowAssoc from PseudoType to ArrowAssoc[PseudoType]

Inherited by implicit conversion any2Ensuring from PseudoType to Ensuring[PseudoType]