Class

scala.tools.nsc.ast.TreeDSL.CODE

SelectStart

Related Doc: package CODE

Permalink

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

Source
TreeDSL.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
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 StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectStart(tree: Global.Select)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

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

    Permalink

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  6. def ===(rhs: Global.Tree): Global.Assign

    Permalink

    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
  7. def AND(other: Global.Tree): Global.Tree

    Permalink
    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
  8. def ANY_!=(other: Global.Tree): Global.Apply

    Permalink
    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 ANY_==(other: Global.Tree): Global.Apply

    Permalink
    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_EQ(other: Global.Tree): Global.Apply

    Permalink
    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 APPLY(params: List[Global.Tree]): Global.Apply

    Permalink
    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 APPLY(params: Global.Tree*): Global.Apply

    Permalink

    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
  13. def AS(tpe: Global.Type): Global.Tree

    Permalink

    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
  14. def DOT(sym: Global.Symbol): SelectStart

    Permalink
    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 DOT(member: Global.Name): SelectStart

    Permalink
    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 GEN_!=(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Permalink
    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 GEN_&(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Permalink
    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 GEN_==(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Permalink
    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 GEN_|(other: Global.Tree, kind: Global.ClassSymbol): Global.Apply

    Permalink
    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 GETCLASS(): Global.Apply

    Permalink
    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 INT_-(other: Global.Tree): Global.Apply

    Permalink
    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 INT_==(other: Global.Tree): Global.Apply

    Permalink
    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 INT_>=(other: Global.Tree): Global.Apply

    Permalink
    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 IS_OBJ(tpe: Global.Type): Global.Tree

    Permalink
    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 MEMBER_==(other: Global.Tree): Global.Apply

    Permalink

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

    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
  26. def OBJ_EQ(other: Global.Tree): Global.Apply

    Permalink
    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 OBJ_NE(other: Global.Tree): Global.Apply

    Permalink
    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 OR(other: Global.Tree): Global.Tree

    Permalink

    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
  29. def apply(args: Global.Tree*): Global.Apply

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown

    ClassCastException if the receiver object is not an instance of the erasure of type T0.

  31. def attachments: Attachments { type Pos = TreeDSL.this.global.Position }

    Permalink
    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
  32. def canHaveAttrs: Boolean

    Permalink
    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
  33. def changeOwner(pairs: (Global.Symbol, Global.Symbol)*): Global.Tree

    Permalink
    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
  34. def children: List[Global.Tree]

    Permalink
    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
  35. def clearType(): Global.Select

    Permalink
    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
  36. def clone(): AnyRef

    Permalink

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
    Note

    not specified by SLS as a member of AnyRef

  37. def collect[T](pf: PartialFunction[Global.Tree, T]): List[T]

    Permalink
    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
  38. def correspondsStructure(that: Global.Tree)(f: (Global.Tree, Global.Tree) ⇒ Boolean): Boolean

    Permalink
    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
  39. def defineType(tp: Global.Type): Global.Select

    Permalink
    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
  40. def duplicate: Global.Select

    Permalink
    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
  41. def ensuring(cond: (SelectStart) ⇒ Boolean, msg: ⇒ Any): SelectStart

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

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

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

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

    Permalink

    Tests whether the argument (that) is a reference to the receiver object (this).

    Tests whether the argument (that) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

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

    Permalink

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    that

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    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
  47. def equalsStructure(that: Global.Tree): Boolean

    Permalink
    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 exists(p: (Global.Tree) ⇒ Boolean): Boolean

    Permalink
    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
  49. def filter(f: (Global.Tree) ⇒ Boolean): List[Global.Tree]

    Permalink
    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
  50. def finalize(): Unit

    Permalink

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
    Note

    not specified by SLS as a member of AnyRef

  51. def find(p: (Global.Tree) ⇒ Boolean): Option[Global.Tree]

    Permalink
    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
  52. def forAll(p: (Global.Tree) ⇒ Boolean): Boolean

    Permalink
    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
  53. def foreach(f: (Global.Tree) ⇒ Unit): Unit

    Permalink
    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
  54. def foreachPartial(pf: PartialFunction[Global.Tree, Global.Tree]): Unit

    Permalink
    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
  55. def formatted(fmtstr: String): String

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

    Permalink
    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
  57. def freeTypes: List[Global.FreeTypeSymbol]

    Permalink
    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
  58. final def getClass(): Class[_]

    Permalink

    A representation that corresponds to the dynamic class of the receiver object.

    A representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    Definition Classes
    AnyRef → Any
    Note

    not specified by SLS as a member of AnyRef

  59. def getterName: Global.TermName

    Permalink
    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
    NameTree
  60. def hasAttachment[T](implicit arg0: ClassTag[T]): Boolean

    Permalink
    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
  61. def hasExistingSymbol: Boolean

    Permalink
    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
  62. def hasSymbolField: Boolean

    Permalink
    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
  63. def hasSymbolWhich(f: (Global.Symbol) ⇒ Boolean): Boolean

    Permalink
    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
  64. def hashCode(): Int

    Permalink

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    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
  65. val id: Int

    Permalink
    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
  66. def isDef: Boolean

    Permalink
    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
  67. def isEmpty: Boolean

    Permalink
    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
  68. def isErroneous: Boolean

    Permalink
    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
  69. def isErrorTyped: Boolean

    Permalink
    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
  70. final def isInstanceOf[T0]: Boolean

    Permalink

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  71. def isTerm: Boolean

    Permalink
    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
  72. def isType: Boolean

    Permalink
    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
  73. def isTyped: Boolean

    Permalink
    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
  74. def localName: Global.TermName

    Permalink
    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
    NameTree
  75. def modifyType(f: (Global.Type) ⇒ Global.Type): Global.Tree

    Permalink
    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. val name: Global.Name

    Permalink
    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
  77. final def ne(arg0: AnyRef): Boolean

    Permalink

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  78. def nonEmpty: Boolean

    Permalink
    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. final def notify(): Unit

    Permalink

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  80. final def notifyAll(): Unit

    Permalink

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  81. def orElse(alt: ⇒ Global.Tree): Global.Tree

    Permalink
    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
  82. final def pos: Global.Position

    Permalink
    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
  83. def pos_=(pos: Global.Position): Unit

    Permalink
    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
  84. val qualifier: Global.Tree

    Permalink
    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
  85. def removeAttachment[T](implicit arg0: ClassTag[T]): Global.Select

    Permalink
    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
  86. def setAttachments(attachments: Attachments { type Pos = scala.reflect.internal.util.Position }): Global.Select

    Permalink
    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
  87. def setPos(newpos: Position): Global.Select

    Permalink
    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
  88. def setSymbol(sym: Global.Symbol): Global.Select

    Permalink
    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
  89. def setType(tp: Global.Type): Global.Select

    Permalink
    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
  90. def setterName: Global.TermName

    Permalink
    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
    NameTree
  91. def shallowDuplicate: Global.Tree

    Permalink
    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
  92. def shortClass: String

    Permalink
    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
  93. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Tree

    Permalink
    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
  94. def substituteThis(clazz: Global.Symbol, to: Global.Tree): Global.Tree

    Permalink
    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
  95. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Tree

    Permalink
    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 summaryString: String

    Permalink
    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. var symbol: Global.Symbol

    Permalink
    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 → SymTreeApi → Tree → TreeApi
  98. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    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
  100. final def tpe: Global.Type

    Permalink
    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
  101. val tree: Global.Select

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

    Permalink
    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
  103. final def wait(): Unit

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

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

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

    Permalink
    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
  107. def [B](y: B): (SelectStart, B)

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

Deprecated Value Members

  1. def hasSymbol: Boolean

    Permalink
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use hasSymbolField

  2. def tpe_=(t: Global.Type): Unit

    Permalink
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use setType

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 any2stringadd[SelectStart]

Inherited by implicit conversion StringFormat from SelectStart to StringFormat[SelectStart]

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

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

Ungrouped