Packages

object Def extends DefLowPriority with Serializable

Annotations
@astCompanion() @leafCompanion()
Linear Supertypes
Serializable, java.io.Serializable, DefLowPriority, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Def
  2. Serializable
  3. Serializable
  4. DefLowPriority
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ClassifierClass[T <: Tree]: Classifier[T, Def]
  5. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: Option[meta.Type], body: Term)(implicit dialect: Dialect): Def
  6. def apply(origin: Origin, mods: List[Mod], name: Term.Name, tparams: List[Param], paramss: List[List[Param]], decltpe: Option[meta.Type], body: Term)(implicit dialect: Dialect): Def
  7. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: Option[meta.Type], body: Term)(implicit dialect: Dialect): Def
  8. def apply(mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: Option[meta.Type], body: Term)(implicit dialect: Dialect): Def
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. implicit def astInfo: AstInfo[Def]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. object After_4_6_0 extends After_4_6_0LowPriority
  27. object After_4_7_3 extends After_4_7_3LowPriority
  28. object Initial extends InitialLowPriority
  29. object internal

Deprecated Value Members

  1. def apply(mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: Option[meta.Type], body: Term)(implicit dialect: Dialect): Def
    Annotations
    @deprecated
    Deprecated

    4.7.3

  2. def apply(mods: List[Mod], name: Term.Name, tparams: List[Param], paramss: List[List[Param]], decltpe: Option[meta.Type], body: Term)(implicit dialect: Dialect): Def
    Annotations
    @deprecated
    Deprecated

    4.6.0

  3. def apply(mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: Option[meta.Type], body: Term): Def
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.7.3

  4. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: Option[meta.Type], body: Term): Def
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.9.0

  5. def apply(mods: List[Mod], name: Term.Name, tparams: List[Param], paramss: List[List[Param]], decltpe: Option[meta.Type], body: Term): Def
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.6.0

  6. def apply(origin: Origin, mods: List[Mod], name: Term.Name, tparams: List[Param], paramss: List[List[Param]], decltpe: Option[meta.Type], body: Term): Def
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.9.0

  7. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: Option[meta.Type], body: Term): Def
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.9.0

  8. def apply(mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: Option[meta.Type], body: Term): Def
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.9.0

  9. final def unapply(x: Def): Option[(List[Mod], Term.Name, List[Param], List[List[Param]], Option[meta.Type], Term)]
    Annotations
    @inline() @deprecated
    Deprecated

    4.6.0; use .After_4_7_3

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from DefLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped