scala.tools.nsc.ast.TreeDSL.CODE

SelectStart

case class SelectStart(tree: Global.Select) extends Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SelectStart
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by mkTreeMethodsFromSelectStart
  2. by mkTreeFromSelectStart
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectStart(tree: Global.Select)

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. def +(other: String): String

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

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

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

    Definition Classes
    Any
  8. def ===(rhs: Global.Tree): Global.Assign

    Assignment

    Assignment

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  9. def AND(other: Global.Tree): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  10. def ANY_!=(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  11. def ANY_==(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  12. def ANY_EQ(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  13. def APPLY(params: List[Global.Tree]): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  14. def APPLY(params: Global.Tree*): Global.Apply

    Apply, Select, Match *

    Apply, Select, Match *

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  15. def AS(tpe: Global.Type): Global.Tree

    Casting & type tests -- working our way toward understanding exactly what differs between the different forms of IS and AS.

    Casting & type tests -- working our way toward understanding exactly what differs between the different forms of IS and AS.

    See ticket #2168 for one illustration of AS vs. AS_ANY.

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  16. def BOOL_&&(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  17. def BOOL_||(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  18. def DOT(sym: Global.Symbol): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  19. def DOT(member: Global.Name): SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  20. def DROP(count: Int): Global.Tree

    Methods for sequences *

    Methods for sequences *

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  21. def GEN_!=(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  22. def GEN_&(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  23. def GEN_==(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  24. def GEN_|(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  25. def GETCLASS(): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  26. def INT_!=(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  27. def INT_&(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  28. def INT_==(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  29. def INT_>=(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  30. def INT_|(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  31. def IS(tpe: Global.Type): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  32. def IS_OBJ(tpe: Global.Type): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  33. def MATCH(cases: Global.CaseDef*): Global.Match

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  34. def MEMBER_==(other: Global.Tree): Global.Apply

    Note - calling ANY_== in the matcher caused primitives to get boxed for the comparison, whereas looking up nme.

    Note - calling ANY_== in the matcher caused primitives to get boxed for the comparison, whereas looking up nme.EQ does not. See #3570 for an example of how target.tpe can be non-null, yet it claims not to have a member called nme.EQ. Not sure if that should happen, but we can be robust by dragging in Any regardless.

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  35. def OBJ_!=(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  36. def OBJ_==(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  37. def OBJ_EQ(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  38. def OBJ_NE(other: Global.Tree): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  39. def OR(other: Global.Tree): Global.Tree

    logical/comparison ops *

    logical/comparison ops *

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  40. def TOSTRING(): Global.Apply

    Implicit information
    This member is added by an implicit conversion from SelectStart to TreeMethods performed by method mkTreeMethodsFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeMethods
  41. def apply(args: Global.Tree*): Global.Apply

  42. final def asInstanceOf[T0]: T0

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Attachable
  44. def changeOwner(pairs: (Global.Symbol, Global.Symbol)*): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  45. def children: List[Global.Tree]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  46. def clone(): AnyRef

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  48. def correspondsStructure(that: Global.Tree)(f: (Global.Tree, Global.Tree) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  49. def defineType(tp: Global.Type): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeContextApi
  50. def duplicate: Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeApi
  51. def ensuring(cond: (SelectStart) ⇒ Boolean, msg: ⇒ Any): SelectStart

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → Equals → AnyRef → Any
  57. def equalsStructure(that: Global.Tree): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  58. def exists(p: (Global.Tree) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  59. def filter(f: (Global.Tree) ⇒ Boolean): List[Global.Tree]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  60. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  62. def forAll(p: (Global.Tree) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  63. def foreach(f: (Global.Tree) ⇒ Unit): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  64. def foreachPartial(pf: PartialFunction[Global.Tree, Global.Tree]): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  65. def formatted(fmtstr: String): String

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  67. def freeTypes: List[Global.FreeTypeSymbol]

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  68. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  69. def hasSymbol: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    SymTree → Tree
  70. def hasSymbolWhich(f: (Global.Symbol) ⇒ Boolean): Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  71. def hashCode(): Int

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → AnyRef → Any
  72. val id: Int

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree
  73. def isDef: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeApi
  74. def isEmpty: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeApi
  75. def isErroneous: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  76. def isErrorTyped: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  77. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  78. def isTerm: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeApi
  79. def isType: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeApi
  80. def isTyped: Boolean

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  81. def modifyType(f: (Global.Type) ⇒ Global.Type): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  82. val name: Global.Name

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Select → SelectApi → RefTree → RefTreeApi → NameTree → NameTreeApi
  83. final def ne(arg0: AnyRef): Boolean

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

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

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  87. final def pos: Global.Position

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → Attachable → TreeApi
  88. def pos_=(pos: Global.Position): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Attachable
  89. val qualifier: Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Select → SelectApi → RefTree → RefTreeApi
  90. def removeAttachment[T](implicit arg0: ClassTag[T]): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Attachable
  91. def setAttachments(attachments: Attachments { type Pos = scala.reflect.internal.util.Position }): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Attachable
  92. def setPos(newpos: Position): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Attachable
  93. def setSymbol(sym: Global.Symbol): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeContextApi
  94. def setType(tp: Global.Type): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeContextApi
  95. def shallowDuplicate: Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  96. def shortClass: String

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  97. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  98. def substituteThis(clazz: Global.Symbol, to: Global.Tree): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  99. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Tree

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  100. def summaryString: String

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl
  101. var symbol: Global.Symbol

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    SymTree → SymTreeContextApi → SymTreeApi → Tree → TreeApi
  102. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  103. def toString(): String

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeApi → AnyRef → Any
  104. final def tpe: Global.Type

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeApi
  105. def tpe_=(t: Global.Type): Unit

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Tree → TreeContextApi
  106. val tree: Global.Select

  107. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): Global.Select

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    Attachable
  108. final def wait(): Unit

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

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

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

    Implicit information
    This member is added by an implicit conversion from SelectStart to Global.Select performed by method mkTreeFromSelectStart in scala.tools.nsc.ast.TreeDSL.CODE.
    Definition Classes
    TreeContextApiImpl → TreeApi
  112. def [B](y: B): (SelectStart, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SelectStart to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (selectStart: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SelectStart to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (selectStart: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to ArrowAssoc[SelectStart] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (selectStart: ArrowAssoc[SelectStart]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SelectStart

    Implicit information
    This member is added by an implicit conversion from SelectStart to Ensuring[SelectStart] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (selectStart: Ensuring[SelectStart]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion mkTreeMethodsFromSelectStart from SelectStart to TreeMethods

Inherited by implicit conversion mkTreeFromSelectStart from SelectStart to Global.Select

Inherited by implicit conversion any2stringadd from SelectStart to StringAdd

Inherited by implicit conversion any2stringfmt from SelectStart to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SelectStart to ArrowAssoc[SelectStart]

Inherited by implicit conversion any2Ensuring from SelectStart to Ensuring[SelectStart]

Ungrouped