Packages

c

scala.tools.nsc.ast.Trees

PostfixSelect

class PostfixSelect extends Global.Select

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostfixSelect
  2. Select
  3. Serializable
  4. Serializable
  5. SelectApi
  6. RefTree
  7. RefTreeApi
  8. NameTree
  9. NameTreeApi
  10. SymTree
  11. SymTreeApi
  12. Tree
  13. Attachable
  14. TreeContextApiImpl
  15. TreeApi
  16. Product
  17. Equals
  18. AnyRef
  19. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostfixSelect(qual: Global.Tree, name: Global.Name)

Value Members

  1. def attachments: Attachments { type Pos = Trees.this.Position }
    Definition Classes
    Attachable
  2. def canHaveAttrs: Boolean
    Definition Classes
    Tree → TreeApi
  3. def changeOwner(pairs: (Global.Symbol, Global.Symbol)*): Global.Tree
    Definition Classes
    TreeContextApiImpl
  4. def children: List[Global.Tree]
    Definition Classes
    TreeContextApiImpl → TreeApi
  5. def clearType(): PostfixSelect.this.type
    Definition Classes
    Tree
  6. def collect[T](pf: PartialFunction[Global.Tree, T]): List[T]
    Definition Classes
    TreeContextApiImpl → TreeApi
  7. def correspondsStructure(that: Global.Tree)(f: (Global.Tree, Global.Tree) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl
  8. def defineType(tp: Global.Type): PostfixSelect.this.type
    Definition Classes
    Tree
  9. def duplicate: PostfixSelect.this.type
    Definition Classes
    Tree → TreeApi
  10. def equals(that: Any): Boolean
    Definition Classes
    Tree → Equals → AnyRef → Any
  11. def equalsStructure(that: Global.Tree): Boolean
    Definition Classes
    TreeContextApiImpl → TreeApi
  12. def exists(p: (Global.Tree) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl → TreeApi
  13. def filter(f: (Global.Tree) ⇒ Boolean): List[Global.Tree]
    Definition Classes
    TreeContextApiImpl → TreeApi
  14. def find(p: (Global.Tree) ⇒ Boolean): Option[Global.Tree]
    Definition Classes
    TreeContextApiImpl → TreeApi
  15. def forAll(p: (Global.Tree) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl → TreeApi
  16. def foreach(f: (Global.Tree) ⇒ Unit): Unit
    Definition Classes
    TreeContextApiImpl → TreeApi
  17. def foreachPartial(pf: PartialFunction[Global.Tree, Global.Tree]): Unit
    Definition Classes
    TreeContextApiImpl
  18. def freeTerms: List[Global.FreeTermSymbol]
    Definition Classes
    TreeContextApiImpl
  19. def freeTypes: List[Global.FreeTypeSymbol]
    Definition Classes
    TreeContextApiImpl
  20. def getAndRemoveAttachment[T](implicit arg0: ClassTag[T]): Option[T]
    Definition Classes
    Attachable
  21. def getterName: Global.TermName
    Definition Classes
    NameTree
  22. def hasAttachment[T](implicit arg0: ClassTag[T]): Boolean
    Definition Classes
    Attachable
  23. def hasExistingSymbol: Boolean
    Definition Classes
    TreeContextApiImpl
  24. def hasSymbolField: Boolean
    Definition Classes
    SymTree → Tree
  25. def hasSymbolWhich(f: (Global.Symbol) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl
  26. def hashCode(): Int
    Definition Classes
    Tree → AnyRef → Any
  27. val id: Int
    Definition Classes
    Tree
  28. def isDef: Boolean
    Definition Classes
    Tree → TreeApi
  29. def isEmpty: Boolean
    Definition Classes
    Tree → TreeApi
  30. def isErroneous: Boolean
    Definition Classes
    TreeContextApiImpl
  31. def isErrorTyped: Boolean
    Definition Classes
    TreeContextApiImpl
  32. def isTerm: Boolean
    Definition Classes
    Tree → TreeApi
  33. def isType: Boolean
    Definition Classes
    Tree → TreeApi
  34. def isTyped: Boolean
    Definition Classes
    TreeContextApiImpl
  35. def localName: Global.TermName
    Definition Classes
    NameTree
  36. def modifyType(f: (Global.Type) ⇒ Global.Type): Global.Tree
    Definition Classes
    TreeContextApiImpl
  37. val name: Global.Name
    Definition Classes
    Select → SelectApi → RefTree → RefTreeApi → NameTree → NameTreeApi
  38. def nonEmpty: Boolean
    Definition Classes
    Tree → TreeApi
  39. def orElse(alt: ⇒ Global.Tree): Global.Tree
    Definition Classes
    TreeContextApiImpl → TreeApi
  40. final def pos: Global.Position
    Definition Classes
    Tree → Attachable → TreeApi
  41. def pos_=(pos: Global.Position): Unit
    Definition Classes
    Attachable
  42. val qualifier: Global.Tree
    Definition Classes
    Select → SelectApi → RefTree → RefTreeApi
  43. def removeAttachment[T](implicit arg0: ClassTag[T]): PostfixSelect.this.type
    Definition Classes
    Attachable
  44. def setAttachments(attachments: Attachments { type Pos = Trees.this.Position }): PostfixSelect.this.type
    Definition Classes
    Attachable
  45. def setPos(newpos: Global.Position): PostfixSelect.this.type
    Definition Classes
    Attachable
  46. def setSymbol(sym: Global.Symbol): PostfixSelect.this.type
    Definition Classes
    Tree
  47. def setType(tp: Global.Type): PostfixSelect.this.type
    Definition Classes
    Tree
  48. def setterName: Global.TermName
    Definition Classes
    NameTree
  49. def shallowDuplicate: Global.Tree
    Definition Classes
    TreeContextApiImpl
  50. def shortClass: String
    Definition Classes
    TreeContextApiImpl
  51. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Tree
    Definition Classes
    TreeContextApiImpl
  52. def substituteThis(clazz: Global.Symbol, to: ⇒ Global.Tree): Global.Tree
    Definition Classes
    TreeContextApiImpl
  53. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Tree
    Definition Classes
    TreeContextApiImpl
  54. def summaryString: String
    Definition Classes
    TreeContextApiImpl
  55. var symbol: Global.Symbol
    Definition Classes
    SymTree → SymTreeApi → Tree → TreeApi
  56. def toString(): String
    Definition Classes
    TreeApi → AnyRef → Any
  57. final def tpe: Global.Type
    Definition Classes
    Tree → TreeApi
  58. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): PostfixSelect.this.type
    Definition Classes
    Attachable
  59. def withFilter(f: (Global.Tree) ⇒ Boolean): List[Global.Tree]
    Definition Classes
    TreeContextApiImpl → TreeApi

Deprecated Value Members

  1. def hasSymbol: Boolean
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use hasSymbolField

  2. def tpe_=(t: Global.Type): Unit
    Definition Classes
    Tree
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use setType