scala.meta.internal.ast.Defn

Def

Related Docs: object Def | package Defn

final class Def extends Defn with Method with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Def
  2. Method
  3. Scope
  4. Term
  5. Member
  6. Method
  7. Scope
  8. Term
  9. Member
  10. Defn
  11. Stat
  12. Tree
  13. Stat
  14. Tree
  15. Ast
  16. Adt
  17. Product
  18. Equals
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ThisType = Def

    Definition Classes
    DefMethodScopeTermMemberMethodScopeTermMemberDefnStatTreeStatTree

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def $tag: Int

    Definition Classes
    DefTree
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def _1: collection.immutable.Seq[Mod]

    Annotations
    @inline()
  6. final def _2: Term.Name

    Annotations
    @inline()
  7. final def _3: collection.immutable.Seq[Param]

    Annotations
    @inline()
  8. final def _4: collection.immutable.Seq[collection.immutable.Seq[Param]]

    Annotations
    @inline()
  9. final def _5: Option[ast.Type]

    Annotations
    @inline()
  10. final def _6: Term

    Annotations
    @inline()
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def body: Term

  13. def canEqual(that: Any): Boolean

    Definition Classes
    Def → Equals
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def copy(mods: collection.immutable.Seq[Mod] = this.mods, name: Term.Name = this.name, tparams: collection.immutable.Seq[Param] = this.tparams, paramss: collection.immutable.Seq[collection.immutable.Seq[Param]] = this.paramss, decltpe: Option[ast.Type] = this.decltpe, body: Term = this.body): ThisType

  16. def decltpe: Option[ast.Type]

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Def → Equals → AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def get: Def

    Annotations
    @inline()
  21. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    Def → AnyRef → Any
  23. val internalParent: meta.Tree

    Attributes
    protected
    Definition Classes
    DefTree
  24. val internalPrototype: Def

    Attributes
    protected
    Definition Classes
    DefTree
  25. val internalScratchpads: Map[Host, collection.immutable.Seq[Any]]

    Attributes
    protected
    Definition Classes
    DefTree
  26. final def isDefined: Boolean

    Annotations
    @inline()
  27. final def isEmpty: Boolean

    Annotations
    @inline()
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def mods: collection.immutable.Seq[Mod]

  30. def name: Term.Name

  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. def paramss: collection.immutable.Seq[collection.immutable.Seq[Param]]

  35. def parent: Option[meta.Tree]

    Definition Classes
    DefTree
  36. def productArity: Int

    Definition Classes
    Def → Product
  37. def productElement(n: Int): Any

    Definition Classes
    Def → Product
  38. def productIterator: Iterator[Any]

    Definition Classes
    Def → Product
  39. def productPrefix: String

    Definition Classes
    Def → Product
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. final def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  42. def tparams: collection.immutable.Seq[Param]

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Method

Inherited from Scope

Inherited from Member.Term

Inherited from Member

Inherited from Method

Inherited from meta.Scope

Inherited from Member.Term

Inherited from meta.Member

Inherited from Defn

Inherited from Stat

Inherited from Tree

Inherited from meta.Stat

Inherited from meta.Tree

Inherited from Ast

Inherited from Adt

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped