Class/Object

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

AnonymousName

Related Docs: object AnonymousName | package LogicalTrees

Permalink

case class AnonymousName(denot: ReflectToolkit.l.Denotation) extends tools.nsc.Global.Tree with ReflectToolkit.l.Name with ReflectToolkit.l.TermParamName with ReflectToolkit.l.TypeParamName with ReflectToolkit.l.QualifierName with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, ReflectToolkit.l.QualifierName, ReflectToolkit.l.TypeParamName, ReflectToolkit.l.TermParamName, ReflectToolkit.l.Name, tools.nsc.Global.Tree, tools.nsc.Global.Attachable, tools.nsc.Global.TreeContextApiImpl, tools.nsc.Global.TreeApi, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnonymousName
  2. Serializable
  3. Serializable
  4. QualifierName
  5. TypeParamName
  6. TermParamName
  7. Name
  8. Tree
  9. Attachable
  10. TreeContextApiImpl
  11. TreeApi
  12. Product
  13. Equals
  14. AnyRef
  15. 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

Instance Constructors

  1. new AnonymousName(denot: ReflectToolkit.l.Denotation)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.l.AnonymousName to ArrowAssoc[ReflectToolkit.l.AnonymousName] 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(): AnonymousName.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): AnonymousName.this.type

    Permalink
    Definition Classes
    Tree
  16. val denot: ReflectToolkit.l.Denotation

    Permalink
    Definition Classes
    AnonymousNameName
  17. def displayName: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Tree → Equals → AnyRef → Any
  25. def equalsStructure(that: tools.nsc.Global.Tree): Boolean

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

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  27. def filter(f: (tools.nsc.Global.Tree) ⇒ Boolean): List[tools.nsc.Global.Tree]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  35. def freeTypes: List[tools.nsc.Global.FreeTypeSymbol]

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

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

    Permalink
    Definition Classes
    Attachable
  38. def hasExistingSymbol: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  39. def hasSymbolField: Boolean

    Permalink
    Definition Classes
    Tree
  40. def hasSymbolWhich(f: (tools.nsc.Global.Symbol) ⇒ Boolean): Boolean

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

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

    Permalink
    Definition Classes
    Tree
  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 isTerm: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  53. def nonEmpty: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  67. def shortClass: String

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

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  72. def summaryString: String

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from java.io.Serializable

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.AnonymousName to meta.XtensionShow[ReflectToolkit.l.AnonymousName]

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

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

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

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

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

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

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

Ungrouped