Trait

scala.meta.internal.hosts.scalac.reflect.LogicalTrees.LogicalTrees

TermParamName

Related Doc: package LogicalTrees

Permalink

trait TermParamName extends tools.nsc.Global.Tree with ReflectToolkit.l.Name

Linear Supertypes
ReflectToolkit.l.Name, tools.nsc.Global.Tree, tools.nsc.Global.Attachable, tools.nsc.Global.TreeContextApiImpl, tools.nsc.Global.TreeApi, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TermParamName
  2. Name
  3. Tree
  4. Attachable
  5. TreeContextApiImpl
  6. TreeApi
  7. Product
  8. Equals
  9. AnyRef
  10. Any
Implicitly
  1. by XtensionShow
  2. by RichNameTree
  3. by XtensionTokenizeContentLike
  4. by XtensionParseInputLike
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def denot: ReflectToolkit.l.Denotation

    Permalink
    Definition Classes
    Name
  3. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete 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 ReflectToolkit.l.TermParamName to any2stringadd[ReflectToolkit.l.TermParamName] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReflectToolkit.l.TermParamName, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to ArrowAssoc[ReflectToolkit.l.TermParamName] 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.global.Position }

    Permalink
    Definition Classes
    Attachable
  8. def canHaveAttrs: Boolean

    Permalink
    Definition Classes
    Tree → TreeApi
  9. def changeOwner(pairs: (tools.nsc.Global.Symbol, tools.nsc.Global.Symbol)*): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  10. def children: List[tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  11. def clearType(): TermParamName.this.type

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  14. def correspondsStructure(that: tools.nsc.Global.Tree)(f: (tools.nsc.Global.Tree, tools.nsc.Global.Tree) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  15. def defineType(tp: tools.nsc.Global.Type): TermParamName.this.type

    Permalink
    Definition Classes
    Tree
  16. def displayName: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to ReflectToolkit.l.RichNameTree performed by method RichNameTree in scala.meta.internal.hosts.scalac.reflect.LogicalTrees.LogicalTrees.
    Definition Classes
    RichNameTree
  17. def duplicate: TermParamName.this.type

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to Ensuring[ReflectToolkit.l.TermParamName] 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: tools.nsc.Global.Tree): Boolean

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

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  26. def filter(f: (tools.nsc.Global.Tree) ⇒ Boolean): List[tools.nsc.Global.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: (tools.nsc.Global.Tree) ⇒ Boolean): Option[tools.nsc.Global.Tree]

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

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

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  34. def freeTypes: List[tools.nsc.Global.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: (tools.nsc.Global.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 isDef: Boolean

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  45. def isErrorTyped: Boolean

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

    Permalink
    Definition Classes
    Any
  47. def isTerm: Boolean

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  50. def modifyType(f: (tools.nsc.Global.Type) ⇒ tools.nsc.Global.Type): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  51. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. def nonEmpty: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def orElse(alt: ⇒ tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  56. def parse[U](implicit convert: Convert[ReflectToolkit.l.TermParamName, inputs.Input], parse: Parse[U]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to meta.XtensionParseInputLike[ReflectToolkit.l.TermParamName] performed by method XtensionParseInputLike in scala.meta.parsers.common.Api.
    Definition Classes
    XtensionParseInputLike
  57. final def pos: tools.nsc.Global.Position

    Permalink
    Definition Classes
    Tree → Attachable → TreeApi
  58. def pos_=(pos: tools.nsc.Global.Position): Unit

    Permalink
    Definition Classes
    Attachable
  59. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  60. def productPrefix: String

    Permalink
    Definition Classes
    Product
  61. var rawatt: Attachments { type Pos = LogicalTrees.this.global.Position }

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

    Permalink
    Definition Classes
    Attachable
  63. def setAttachments(attachments: Attachments { type Pos = LogicalTrees.this.global.Position }): TermParamName.this.type

    Permalink
    Definition Classes
    Attachable
  64. def setPos(newpos: tools.nsc.Global.Position): TermParamName.this.type

    Permalink
    Definition Classes
    Attachable
  65. def setSymbol(sym: tools.nsc.Global.Symbol): TermParamName.this.type

    Permalink
    Definition Classes
    Tree
  66. def setType(tp: tools.nsc.Global.Type): TermParamName.this.type

    Permalink
    Definition Classes
    Tree
  67. def shallowDuplicate: tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  68. def shortClass: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  69. def show[Style[X] <: Show[X]](implicit style: Style[ReflectToolkit.l.TermParamName]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to meta.XtensionShow[ReflectToolkit.l.TermParamName] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  70. def substituteSymbols(from: List[tools.nsc.Global.Symbol], to: List[tools.nsc.Global.Symbol]): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  71. def substituteThis(clazz: tools.nsc.Global.Symbol, to: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  72. def substituteTypes(from: List[tools.nsc.Global.Symbol], to: List[tools.nsc.Global.Type]): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TreeContextApiImpl
  73. def summaryString: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  74. def symbol: tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    Tree → TreeApi
  75. def symbol_=(sym: tools.nsc.Global.Symbol): Unit

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

    Permalink
    Definition Classes
    AnyRef
  77. def toString(): String

    Permalink
    Definition Classes
    TreeApi → AnyRef → Any
  78. def tokens(implicit convert: Convert[ReflectToolkit.l.TermParamName, inputs.Content], dialect: Dialect, tokenize: Tokenize): tokens.Tokens

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to meta.XtensionTokenizeContentLike[ReflectToolkit.l.TermParamName] performed by method XtensionTokenizeContentLike in scala.meta.tokenizers.common.Api.
    Definition Classes
    XtensionTokenizeContentLike
  79. final def tpe: tools.nsc.Global.Type

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

    Permalink
    Definition Classes
    Attachable
  81. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def withFilter(f: (tools.nsc.Global.Tree) ⇒ Boolean): List[tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  85. def [B](y: B): (ReflectToolkit.l.TermParamName, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.TermParamName to ArrowAssoc[ReflectToolkit.l.TermParamName] 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: tools.nsc.Global.Type): Unit

    Permalink
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use setType

Inherited from ReflectToolkit.l.Name

Inherited from tools.nsc.Global.Tree

Inherited from tools.nsc.Global.Attachable

Inherited from tools.nsc.Global.TreeContextApiImpl

Inherited from tools.nsc.Global.TreeApi

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionShow from ReflectToolkit.l.TermParamName to meta.XtensionShow[ReflectToolkit.l.TermParamName]

Inherited by implicit conversion RichNameTree from ReflectToolkit.l.TermParamName to ReflectToolkit.l.RichNameTree

Inherited by implicit conversion XtensionTokenizeContentLike from ReflectToolkit.l.TermParamName to meta.XtensionTokenizeContentLike[ReflectToolkit.l.TermParamName]

Inherited by implicit conversion XtensionParseInputLike from ReflectToolkit.l.TermParamName to meta.XtensionParseInputLike[ReflectToolkit.l.TermParamName]

Inherited by implicit conversion any2stringadd from ReflectToolkit.l.TermParamName to any2stringadd[ReflectToolkit.l.TermParamName]

Inherited by implicit conversion StringFormat from ReflectToolkit.l.TermParamName to StringFormat[ReflectToolkit.l.TermParamName]

Inherited by implicit conversion Ensuring from ReflectToolkit.l.TermParamName to Ensuring[ReflectToolkit.l.TermParamName]

Inherited by implicit conversion ArrowAssoc from ReflectToolkit.l.TermParamName to ArrowAssoc[ReflectToolkit.l.TermParamName]

Ungrouped