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, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DocDef
  2. Serializable
  3. Serializable
  4. Tree
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocDef (comment: DocComment, definition: Tree)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def canEqual (arg0: Any): Boolean

    Definition Classes
    DocDef → Equals
  8. def children : List[Tree]

    Definition Classes
    Tree
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val comment : DocComment

  11. def defineType (tp: Type): DocDef.this.type

    Definition Classes
    Tree
  12. val definition : Tree

  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (that: Any): Boolean

    Definition Classes
    Tree → Equals → AnyRef → Any
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hasSymbol : Boolean

    Definition Classes
    Tree
  18. def hasSymbolWhich (f: (Symbol) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  19. def hashCode (): Int

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

    Definition Classes
    Tree
  21. def isDef : Boolean

    Definition Classes
    DocDef → Tree
  22. def isEmpty : Boolean

    Definition Classes
    Tree
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def pos : Position

    Definition Classes
    Tree
  28. def pos_= (pos: Position): Unit

    Definition Classes
    Tree
  29. def productArity : Int

    Definition Classes
    DocDef → Product
  30. def productElement (arg0: Int): Any

    Definition Classes
    DocDef → Product
  31. def productIterator : Iterator[Any]

    Definition Classes
    Product
  32. def productPrefix : String

    Definition Classes
    DocDef → Product
  33. def setPos (pos: Position): DocDef.this.type

    Definition Classes
    Tree
  34. def setSymbol (sym: Symbol): DocDef.this.type

    Definition Classes
    Tree
  35. def setType (tp: Type): DocDef.this.type

    Definition Classes
    Tree
  36. def symbol : Symbol

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  39. def toString (): String

    Definition Classes
    Tree → AnyRef → Any
  40. def tpe : Type

    Definition Classes
    Tree
  41. def tpe_= (t: Type): Unit

    Definition Classes
    Tree
  42. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Tree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any