scala.tools.nsc.ast.Trees

DocDef

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

Documented definition, eliminated by analyzer

Source
Trees.scala
Linear Supertypes
Serializable, Serializable, Tree, TreeContextApiImpl, TreeContextApi, TreeApi, TreeBase, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DocDef
  2. Serializable
  3. Serializable
  4. Tree
  5. TreeContextApiImpl
  6. TreeContextApi
  7. TreeApi
  8. TreeBase
  9. Product
  10. Equals
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocDef(comment: DocComment, definition: 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. def +(other: String): String

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

    Implicit information
    This member is added by an implicit conversion from DocDef to ArrowAssoc[DocDef] 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 addAttachment(attachment: Any): DocDef.this.type

    Definition Classes
    Tree → TreeContextApi
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def attachments: Attachments { type Pos = Trees.this.Position }

    Definition Classes
    Tree → TreeContextApi
  11. def changeOwner(pairs: (Symbol, Symbol)*): Tree

    Definition Classes
    TreeContextApiImpl
  12. def children: List[Tree]

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

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

    Definition Classes
    TreeContextApiImpl → TreeApi
  15. val comment: DocComment

  16. def correspondsStructure(that: Tree)(f: (Tree, Tree) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl
  17. def defineType(tp: Type): DocDef.this.type

    Definition Classes
    Tree → TreeContextApi
  18. val definition: Tree

  19. def duplicate: DocDef.this.type

    Definition Classes
    Tree → TreeApi
  20. def ensuring(cond: (DocDef) ⇒ Boolean, msg: ⇒ Any): DocDef

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

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

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

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

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

    Definition Classes
    Tree → Equals → AnyRef → Any
  26. def equalsStructure(that: Tree): Boolean

    Definition Classes
    TreeContextApiImpl → TreeApi
  27. def exists(p: (Tree) ⇒ Boolean): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def find(p: (Tree) ⇒ Boolean): Option[Tree]

    Definition Classes
    TreeContextApiImpl → TreeApi
  31. def forAll(p: (Tree) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl → TreeApi
  32. def foreach(f: (Tree) ⇒ Unit): Unit

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

    Definition Classes
    TreeContextApiImpl
  34. def formatted(fmtstr: String): String

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

    Definition Classes
    TreeContextApiImpl → TreeApi
  36. def freeTypes: List[FreeTypeSymbol]

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

    Definition Classes
    AnyRef → Any
  38. def hasSymbol: Boolean

    Definition Classes
    Tree → TreeApi
  39. def hasSymbolWhich(f: (Symbol) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl
  40. def hashCode(): Int

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

    Definition Classes
    Tree
  42. def isDef: Boolean

    Definition Classes
    DocDef → Tree → TreeBase
  43. def isEmpty: Boolean

    Definition Classes
    Tree → TreeBase
  44. def isErroneous: Boolean

    Definition Classes
    TreeContextApiImpl
  45. def isErrorTyped: Boolean

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

    Definition Classes
    Any
  47. def isTerm: Boolean

    Definition Classes
    DocDef → Tree → TreeBase
  48. def isType: Boolean

    Definition Classes
    DocDef → Tree → TreeBase
  49. def isTyped: Boolean

    Definition Classes
    TreeContextApiImpl
  50. def modifyType(f: (Type) ⇒ Type): Tree

    Definition Classes
    TreeContextApiImpl
  51. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    TreeContextApiImpl → TreeApi
  55. final def pos: Position

    Definition Classes
    Tree → TreeApi
    Annotations
    @inline()
  56. def pos_=(pos: Position): Unit

    Definition Classes
    Tree → TreeContextApi
  57. def removeAttachment[T](implicit arg0: ClassTag[T]): DocDef.this.type

    Definition Classes
    Tree → TreeContextApi
  58. val self: Any

    Implicit information
    This member is added by an implicit conversion from DocDef to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  59. val self: Any

    Implicit information
    This member is added by an implicit conversion from DocDef to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  60. def setPos(newpos: Position): DocDef.this.type

    Definition Classes
    Tree → TreeContextApi
  61. def setSymbol(sym: Symbol): DocDef.this.type

    Definition Classes
    Tree → TreeContextApi
  62. def setType(tp: Type): DocDef.this.type

    Definition Classes
    Tree → TreeContextApi
  63. def shallowDuplicate: Tree

    Definition Classes
    TreeContextApiImpl
  64. def shortClass: String

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

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

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

    Definition Classes
    TreeContextApiImpl → TreeApi
  68. def summaryString: String

    Definition Classes
    TreeContextApiImpl
  69. def symbol: Symbol

    Definition Classes
    DocDef → Tree → TreeApi
  70. def symbol_=(sym: Symbol): Unit

    Definition Classes
    DocDef → Tree → TreeContextApi
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  72. def toString(): String

    Definition Classes
    TreeBase → AnyRef → Any
  73. final def tpe: Type

    Definition Classes
    Tree → TreeApi
    Annotations
    @inline()
  74. def tpe_=(t: Type): Unit

    Definition Classes
    Tree → TreeContextApi
  75. final def wait(): Unit

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

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

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

    Definition Classes
    TreeContextApiImpl → TreeApi
  79. def [B](y: B): (DocDef, B)

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

Deprecated Value Members

  1. def x: DocDef

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: DocDef

    Implicit information
    This member is added by an implicit conversion from DocDef to Ensuring[DocDef] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Tree

Inherited from TreeContextApiImpl

Inherited from TreeContextApi

Inherited from TreeApi

Inherited from TreeBase

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DocDef to StringAdd

Inherited by implicit conversion any2stringfmt from DocDef to StringFormat

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

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