Class/Object

scala.meta.internal.scalahost.converters.LogicalTrees

TypeParamDef

Related Docs: object TypeParamDef | package LogicalTrees

Permalink

case class TypeParamDef(mods: List[Modifier], name: TypeParamName, tparams: List[TypeParamDef], tbounds: G.Tree, vbounds: List[G.Tree], cbounds: List[G.Tree]) extends G.Tree with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, G.Tree, G.Attachable, G.TreeContextApiImpl, G.TreeApi, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeParamDef
  2. Serializable
  3. Serializable
  4. Tree
  5. Attachable
  6. TreeContextApiImpl
  7. TreeApi
  8. Product
  9. Equals
  10. AnyRef
  11. Any
Implicitly
  1. by XtensionClassifiable
  2. by XtensionStructure
  3. by XtensionTokenizeInputLike
  4. by XtensionSyntax
  5. by XtensionShow
  6. by XtensionParseInputLike
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeParamDef(mods: List[Modifier], name: TypeParamName, tparams: List[TypeParamDef], tbounds: G.Tree, vbounds: List[G.Tree], cbounds: List[G.Tree])

    Permalink

Value Members

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to ArrowAssoc[TypeParamDef] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attachments: Attachments { type Pos = LogicalTrees.this.g.Position }

    Permalink
    Definition Classes
    Attachable
  8. def canHaveAttrs: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  9. val cbounds: List[G.Tree]

    Permalink
  10. def changeOwner(pairs: (G.Symbol, G.Symbol)*): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  11. def children: List[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  12. def clearType(): TypeParamDef.this.type

    Permalink
    Definition Classes
    Tree
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collect[T](pf: PartialFunction[G.Tree, T]): List[T]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  15. def correspondsStructure(that: G.Tree)(f: (G.Tree, G.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  16. def defineType(tp: G.Type): TypeParamDef.this.type

    Permalink
    Definition Classes
    Tree
  17. def duplicate: TypeParamDef.this.type

    Permalink
    Definition Classes
    Tree → TreeApi
  18. def ensuring(cond: (TypeParamDef) ⇒ Boolean, msg: ⇒ Any): TypeParamDef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Tree → Equals → AnyRef → Any
  24. def equalsStructure(that: G.Tree): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  25. def exists(p: (G.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  26. def filter(f: (G.Tree) ⇒ Boolean): List[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def find(p: (G.Tree) ⇒ Boolean): Option[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  29. def forAll(p: (G.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  30. def foreach(f: (G.Tree) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  31. def foreachPartial(pf: PartialFunction[G.Tree, G.Tree]): Unit

    Permalink
    Definition Classes
    TreeContextApiImpl
  32. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to StringFormat[TypeParamDef] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. def freeTerms: List[G.FreeTermSymbol]

    Permalink
    Definition Classes
    TreeContextApiImpl
  34. def freeTypes: List[G.FreeTypeSymbol]

    Permalink
    Definition Classes
    TreeContextApiImpl
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hasAttachment[T](implicit arg0: ClassTag[T]): Boolean

    Permalink
    Definition Classes
    Attachable
  37. def hasExistingSymbol: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  38. def hasSymbolField: Boolean

    Permalink
    Definition Classes
    Tree
  39. def hasSymbolWhich(f: (G.Symbol) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  40. def hashCode(): Int

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  41. val id: Int

    Permalink
    Definition Classes
    Tree
  42. def is[U](implicit classifier: Classifier[TypeParamDef, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionClassifiable[TypeParamDef] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeParamDef] is in scope.
    Definition Classes
    XtensionClassifiable
  43. def isDef: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  44. def isEmpty: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  45. def isErroneous: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  46. def isErrorTyped: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. def isNot[U](implicit classifier: Classifier[TypeParamDef, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionClassifiable[TypeParamDef] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeParamDef] is in scope.
    Definition Classes
    XtensionClassifiable
  49. def isTerm: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  50. def isType: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  51. def isTyped: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  52. def modifyType(f: (G.Type) ⇒ G.Type): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  53. val mods: List[Modifier]

    Permalink
  54. val name: TypeParamName

    Permalink
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. def nonEmpty: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  57. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  59. def orElse(alt: ⇒ G.Tree): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  60. def parse[U](implicit convert: Convert[TypeParamDef, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionParseInputLike[TypeParamDef] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  61. final def pos: G.Position

    Permalink
    Definition Classes
    Tree → Attachable → TreeApi
  62. def pos_=(pos: G.Position): Unit

    Permalink
    Definition Classes
    Attachable
  63. var rawatt: Attachments { type Pos = LogicalTrees.this.g.Position }

    Permalink
    Attributes
    protected
    Definition Classes
    Attachable
  64. def removeAttachment[T](implicit arg0: ClassTag[T]): TypeParamDef.this.type

    Permalink
    Definition Classes
    Attachable
  65. def setAttachments(attachments: Attachments { type Pos = LogicalTrees.this.g.Position }): TypeParamDef.this.type

    Permalink
    Definition Classes
    Attachable
  66. def setPos(newpos: G.Position): TypeParamDef.this.type

    Permalink
    Definition Classes
    Attachable
  67. def setSymbol(sym: G.Symbol): TypeParamDef.this.type

    Permalink
    Definition Classes
    Tree
  68. def setType(tp: G.Type): TypeParamDef.this.type

    Permalink
    Definition Classes
    Tree
  69. def shallowDuplicate: G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  70. def shortClass: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  71. def show[Style[X] <: Show[X]](implicit style: Style[TypeParamDef]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionShow[TypeParamDef] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  72. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionStructure[TypeParamDef] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[TypeParamDef] is in scope.
    Definition Classes
    XtensionStructure
  73. def substituteSymbols(from: List[G.Symbol], to: List[G.Symbol]): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  74. def substituteThis(clazz: G.Symbol, to: G.Tree): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  75. def substituteTypes(from: List[G.Symbol], to: List[G.Type]): G.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  76. def summaryString: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  77. def symbol: G.Symbol

    Permalink
    Definition Classes
    Tree → TreeApi
  78. def symbol_=(sym: G.Symbol): Unit

    Permalink
    Definition Classes
    Tree
  79. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  80. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionSyntax[TypeParamDef] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[TypeParamDef] is in scope.
    Definition Classes
    XtensionSyntax
  81. val tbounds: G.Tree

    Permalink
  82. def toString(): String

    Permalink
    Definition Classes
    TreeApi → AnyRef → Any
  83. def tokenize(implicit convert: Convert[TypeParamDef, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeParamDef to meta.XtensionTokenizeInputLike[TypeParamDef] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  84. val tparams: List[TypeParamDef]

    Permalink
  85. final def tpe: G.Type

    Permalink
    Definition Classes
    Tree → TreeApi
  86. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): TypeParamDef.this.type

    Permalink
    Definition Classes
    Attachable
  87. val vbounds: List[G.Tree]

    Permalink
  88. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. def withFilter(f: (G.Tree) ⇒ Boolean): List[G.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  92. def [B](y: B): (TypeParamDef, B)

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

Deprecated Value Members

  1. def hasSymbol: Boolean

    Permalink
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use hasSymbolField

  2. def tpe_=(t: G.Type): Unit

    Permalink
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use setType

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from G.Tree

Inherited from G.Attachable

Inherited from G.TreeContextApiImpl

Inherited from G.TreeApi

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionClassifiable from TypeParamDef to meta.XtensionClassifiable[TypeParamDef]

Inherited by implicit conversion XtensionStructure from TypeParamDef to meta.XtensionStructure[TypeParamDef]

Inherited by implicit conversion XtensionTokenizeInputLike from TypeParamDef to meta.XtensionTokenizeInputLike[TypeParamDef]

Inherited by implicit conversion XtensionSyntax from TypeParamDef to meta.XtensionSyntax[TypeParamDef]

Inherited by implicit conversion XtensionShow from TypeParamDef to meta.XtensionShow[TypeParamDef]

Inherited by implicit conversion XtensionParseInputLike from TypeParamDef to meta.XtensionParseInputLike[TypeParamDef]

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

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

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

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

Ungrouped