Class

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

Private

Related Doc: package LogicalTrees

Permalink

case class Private(within: tools.nsc.Global.Tree) extends tools.nsc.Global.Tree with GlobalToolkit.l.Modifier with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, GlobalToolkit.l.Modifier, 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. Private
  2. Serializable
  3. Serializable
  4. Modifier
  5. Tree
  6. Attachable
  7. TreeContextApiImpl
  8. TreeApi
  9. Product
  10. Equals
  11. AnyRef
  12. Any
Implicitly
  1. by XtensionShow
  2. by XtensionTokenizeContentLike
  3. by XtensionParseInputLike
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Private(within: tools.nsc.Global.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 GlobalToolkit.l.Private to any2stringadd[GlobalToolkit.l.Private] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GlobalToolkit.l.Private, B)

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

    Permalink
    Definition Classes
    Tree
  16. def duplicate: Private.this.type

    Permalink
    Definition Classes
    Tree → TreeApi
  17. def ensuring(cond: (GlobalToolkit.l.Private) ⇒ Boolean, msg: ⇒ Any): GlobalToolkit.l.Private

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Attachable
  36. def hasExistingSymbol: Boolean

    Permalink
    Definition Classes
    TreeContextApiImpl
  37. def hasSymbolField: Boolean

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

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

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

    Permalink
    Definition Classes
    Tree
  41. def isDef: Boolean

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  44. def isErrorTyped: Boolean

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

    Permalink
    Definition Classes
    Any
  46. def isTerm: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def nonEmpty: Boolean

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  55. def parse[U](implicit convert: Convert[GlobalToolkit.l.Private, inputs.Input], dialect: Dialect, parse: Parse[U]): U

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  65. def shortClass: String

    Permalink
    Definition Classes
    TreeContextApiImpl
  66. def show[Style[X] <: Show[X]](implicit style: Style[GlobalToolkit.l.Private]): String

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl
  70. def summaryString: String

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeContextApiImpl → TreeApi
  82. val within: tools.nsc.Global.Tree

    Permalink
  83. def [B](y: B): (GlobalToolkit.l.Private, B)

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

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 GlobalToolkit.l.Private to meta.XtensionShow[GlobalToolkit.l.Private]

Inherited by implicit conversion XtensionTokenizeContentLike from GlobalToolkit.l.Private to meta.XtensionTokenizeContentLike[GlobalToolkit.l.Private]

Inherited by implicit conversion XtensionParseInputLike from GlobalToolkit.l.Private to meta.XtensionParseInputLike[GlobalToolkit.l.Private]

Inherited by implicit conversion any2stringadd from GlobalToolkit.l.Private to any2stringadd[GlobalToolkit.l.Private]

Inherited by implicit conversion StringFormat from GlobalToolkit.l.Private to StringFormat[GlobalToolkit.l.Private]

Inherited by implicit conversion Ensuring from GlobalToolkit.l.Private to Ensuring[GlobalToolkit.l.Private]

Inherited by implicit conversion ArrowAssoc from GlobalToolkit.l.Private to ArrowAssoc[GlobalToolkit.l.Private]

Ungrouped