Packages

case class DocDef(comment: Global.DocComment, definition: Global.Tree) extends Global.Tree with Product with Serializable

Documented definition, eliminated by analyzer

Source
Trees.scala
Linear Supertypes
Serializable, java.io.Serializable, Global.Tree, Global.Attachable, Global.TreeContextApiImpl, Global.TreeApi, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocDef
  2. Serializable
  3. Serializable
  4. Tree
  5. Attachable
  6. TreeContextApiImpl
  7. TreeApi
  8. Product
  9. Equals
  10. AnyRef
  11. 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 DocDef(comment: Global.DocComment, definition: Global.Tree)

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(): DocDef.this.type
    Definition Classes
    Tree
  6. def collect[T](pf: PartialFunction[Global.Tree, T]): List[T]
    Definition Classes
    TreeContextApiImpl → TreeApi
  7. val comment: Global.DocComment
  8. def correspondsStructure(that: Global.Tree)(f: (Global.Tree, Global.Tree) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl
  9. def defineType(tp: Global.Type): DocDef.this.type
    Definition Classes
    Tree
  10. val definition: Global.Tree
  11. def duplicate: DocDef.this.type
    Definition Classes
    Tree → TreeApi
  12. def equals(that: Any): Boolean
    Definition Classes
    Tree → Equals → AnyRef → Any
  13. def equalsStructure(that: Global.Tree): Boolean
    Definition Classes
    TreeContextApiImpl → TreeApi
  14. def exists(p: (Global.Tree) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl → TreeApi
  15. def filter(f: (Global.Tree) ⇒ Boolean): List[Global.Tree]
    Definition Classes
    TreeContextApiImpl → TreeApi
  16. def find(p: (Global.Tree) ⇒ Boolean): Option[Global.Tree]
    Definition Classes
    TreeContextApiImpl → TreeApi
  17. def forAll(p: (Global.Tree) ⇒ Boolean): Boolean
    Definition Classes
    TreeContextApiImpl → TreeApi
  18. def foreach(f: (Global.Tree) ⇒ Unit): Unit
    Definition Classes
    TreeContextApiImpl → TreeApi
  19. def foreachPartial(pf: PartialFunction[Global.Tree, Global.Tree]): Unit
    Definition Classes
    TreeContextApiImpl
  20. def freeTerms: List[Global.FreeTermSymbol]
    Definition Classes
    TreeContextApiImpl
  21. def freeTypes: List[Global.FreeTypeSymbol]
    Definition Classes
    TreeContextApiImpl
  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
    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
    DocDef → 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
    DocDef → Tree → TreeApi
  33. def isType: Boolean
    Definition Classes
    DocDef → Tree → TreeApi
  34. def isTyped: Boolean
    Definition Classes
    TreeContextApiImpl
  35. def modifyType(f: (Global.Type) ⇒ Global.Type): Global.Tree
    Definition Classes
    TreeContextApiImpl
  36. def nonEmpty: Boolean
    Definition Classes
    Tree → TreeApi
  37. def orElse(alt: ⇒ Global.Tree): Global.Tree
    Definition Classes
    TreeContextApiImpl → TreeApi
  38. final def pos: Global.Position
    Definition Classes
    Tree → Attachable → TreeApi
  39. def pos_=(pos: Global.Position): Unit
    Definition Classes
    Attachable
  40. def removeAttachment[T](implicit arg0: ClassTag[T]): DocDef.this.type
    Definition Classes
    Attachable
  41. def setAttachments(attachments: Attachments { type Pos = Trees.this.Position }): DocDef.this.type
    Definition Classes
    Attachable
  42. def setPos(newpos: Global.Position): DocDef.this.type
    Definition Classes
    Attachable
  43. def setSymbol(sym: Global.Symbol): DocDef.this.type
    Definition Classes
    Tree
  44. def setType(tp: Global.Type): DocDef.this.type
    Definition Classes
    Tree
  45. def shallowDuplicate: Global.Tree
    Definition Classes
    TreeContextApiImpl
  46. def shortClass: String
    Definition Classes
    TreeContextApiImpl
  47. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Tree
    Definition Classes
    TreeContextApiImpl
  48. def substituteThis(clazz: Global.Symbol, to: ⇒ Global.Tree): Global.Tree
    Definition Classes
    TreeContextApiImpl
  49. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Tree
    Definition Classes
    TreeContextApiImpl
  50. def summaryString: String
    Definition Classes
    TreeContextApiImpl
  51. def symbol: Global.Symbol
    Definition Classes
    DocDef → Tree → TreeApi
  52. def symbol_=(sym: Global.Symbol): Unit
    Definition Classes
    DocDef → Tree
  53. def toString(): String
    Definition Classes
    TreeApi → AnyRef → Any
  54. final def tpe: Global.Type
    Definition Classes
    Tree → TreeApi
  55. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): DocDef.this.type
    Definition Classes
    Attachable
  56. 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