scala.tools.refactoring.common.EnrichedTrees

NamedArgument

case class NamedArgument(nameTree: (EnrichedTrees.this)#NameTree, rhs: nsc.Global.Tree) extends nsc.Global.SymTree with nsc.Global.RefTree with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, nsc.Global.RefTree, nsc.Global.RefTreeApi, nsc.Global.NameTree, nsc.Global.NameTreeApi, nsc.Global.SymTree, nsc.Global.SymTreeContextApi, nsc.Global.SymTreeApi, nsc.Global.Tree, nsc.Global.Attachable, nsc.Global.TreeContextApiImpl, nsc.Global.TreeContextApi, nsc.Global.AttachableApi, nsc.Global.TreeApi, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NamedArgument
  2. Serializable
  3. Serializable
  4. RefTree
  5. RefTreeApi
  6. NameTree
  7. NameTreeApi
  8. SymTree
  9. SymTreeContextApi
  10. SymTreeApi
  11. Tree
  12. Attachable
  13. TreeContextApiImpl
  14. TreeContextApi
  15. AttachableApi
  16. TreeApi
  17. Product
  18. Equals
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamedArgument(nameTree: (EnrichedTrees.this)#NameTree, rhs: nsc.Global.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. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  7. def attachments: Attachments { type Pos = EnrichedTrees.this.global.Position }

    Definition Classes
    Attachable
  8. def changeOwner(pairs: (nsc.Global.Symbol, nsc.Global.Symbol)*): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl
  9. def children: List[nsc.Global.Tree]

    Definition Classes
    TreeContextApiImpl → TreeApi
  10. def clone(): AnyRef

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

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

    Definition Classes
    TreeContextApiImpl
  13. def defineType(tp: nsc.Global.Type): NamedArgument.this.type

    Definition Classes
    Tree → TreeContextApi
  14. def duplicate: NamedArgument.this.type

    Definition Classes
    Tree → TreeApi
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    TreeContextApiImpl
  25. def freeTerms: List[nsc.Global.FreeTermSymbol]

    Definition Classes
    TreeContextApiImpl → TreeApi
  26. def freeTypes: List[nsc.Global.FreeTypeSymbol]

    Definition Classes
    TreeContextApiImpl → TreeApi
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hasSymbol: Boolean

    Definition Classes
    SymTree → Tree
  29. def hasSymbolWhich(f: (nsc.Global.Symbol) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl
  30. def hashCode(): Int

    Definition Classes
    Tree → AnyRef → Any
  31. val id: Int

    Definition Classes
    Tree
  32. def isDef: Boolean

    Definition Classes
    Tree → TreeApi
  33. def isEmpty: Boolean

    Definition Classes
    Tree → TreeApi
  34. def isErroneous: Boolean

    Definition Classes
    TreeContextApiImpl
  35. def isErrorTyped: Boolean

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

    Definition Classes
    Any
  37. def isTerm: Boolean

    Definition Classes
    Tree → TreeApi
  38. def isType: Boolean

    Definition Classes
    Tree → TreeApi
  39. def isTyped: Boolean

    Definition Classes
    TreeContextApiImpl
  40. def modifyType(f: (nsc.Global.Type) ⇒ nsc.Global.Type): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl
  41. val name: nsc.Global.Name

    Definition Classes
    NamedArgument → RefTree → RefTreeApi → NameTree → NameTreeApi
  42. val nameTree: (EnrichedTrees.this)#NameTree

  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. final def notify(): Unit

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

    Definition Classes
    AnyRef
  46. def orElse(alt: ⇒ nsc.Global.Tree): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  47. final def pos: nsc.Global.Position

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

    Definition Classes
    Attachable
  49. def qualifier: nsc.Global.EmptyTree.type

    Definition Classes
    NamedArgument → RefTree → RefTreeApi
  50. var rawatt: Attachments { type Pos = EnrichedTrees.this.global.Position }

    Attributes
    protected
    Definition Classes
    Attachable
  51. def removeAttachment[T](implicit arg0: ClassTag[T]): NamedArgument.this.type

    Definition Classes
    Attachable
  52. val rhs: nsc.Global.Tree

  53. def setAttachments(attachments: Attachments { type Pos = EnrichedTrees.this.global.Position }): NamedArgument.this.type

    Definition Classes
    Attachable
  54. def setPos(newpos: nsc.Global.Position): NamedArgument.this.type

    Definition Classes
    Attachable
  55. def setSymbol(sym: nsc.Global.Symbol): NamedArgument.this.type

    Definition Classes
    Tree → TreeContextApi
  56. def setType(tp: nsc.Global.Type): NamedArgument.this.type

    Definition Classes
    Tree → TreeContextApi
  57. def shallowDuplicate: nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl
  58. def shortClass: String

    Definition Classes
    TreeContextApiImpl
  59. def substituteSymbols(from: List[nsc.Global.Symbol], to: List[nsc.Global.Symbol]): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  60. def substituteThis(clazz: nsc.Global.Symbol, to: nsc.Global.Tree): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  61. def substituteTypes(from: List[nsc.Global.Symbol], to: List[nsc.Global.Type]): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  62. def summaryString: String

    Definition Classes
    TreeContextApiImpl
  63. var symbol: nsc.Global.Symbol

    Definition Classes
    SymTree → SymTreeContextApi → SymTreeApi → Tree → TreeApi
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. def toString(): String

    Definition Classes
    TreeApi → AnyRef → Any
  66. final def tpe: nsc.Global.Type

    Definition Classes
    Tree → TreeApi
  67. def tpe_=(t: nsc.Global.Type): Unit

    Definition Classes
    Tree → TreeContextApi
  68. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): NamedArgument.this.type

    Definition Classes
    Attachable
  69. final def wait(): Unit

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

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

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

    Definition Classes
    TreeContextApiImpl → TreeApi

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from nsc.Global.RefTree

Inherited from nsc.Global.RefTreeApi

Inherited from nsc.Global.NameTree

Inherited from nsc.Global.NameTreeApi

Inherited from nsc.Global.SymTree

Inherited from nsc.Global.SymTreeContextApi

Inherited from nsc.Global.SymTreeApi

Inherited from nsc.Global.Tree

Inherited from nsc.Global.Attachable

Inherited from nsc.Global.TreeContextApiImpl

Inherited from nsc.Global.TreeContextApi

Inherited from nsc.Global.AttachableApi

Inherited from nsc.Global.TreeApi

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped