Object/Trait

scala.meta.Decl

Def

Related Docs: trait Def | package Decl

Permalink

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object After_4_6_0 extends After_4_6_0LowPriority

    Permalink
  5. object After_4_7_3 extends After_4_7_3LowPriority

    Permalink
  6. implicit def ClassifierClass[T <: Tree]: Classifier[T, Def]

    Permalink
  7. object Initial extends InitialLowPriority

    Permalink
  8. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: meta.Type)(implicit dialect: Dialect): Def

    Permalink
  9. def apply(origin: Origin, mods: List[Mod], name: Term.Name, tparams: List[Param], paramss: List[List[Param]], decltpe: meta.Type)(implicit dialect: Dialect): Def

    Permalink
  10. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: meta.Type)(implicit dialect: Dialect): Def

    Permalink
  11. def apply(mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: meta.Type)(implicit dialect: Dialect): Def

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. implicit def astInfo: AstInfo[Def]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. object internal

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    4.7.3

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    4.6.0

  3. def apply(mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: meta.Type): Def

    Permalink
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.7.3

  4. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroup: Option[ParamClauseGroup], decltpe: meta.Type): Def

    Permalink
    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: meta.Type): Def

    Permalink
    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: meta.Type): Def

    Permalink
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.9.0

  7. def apply(origin: Origin, mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: meta.Type): Def

    Permalink
    Definition Classes
    DefLowPriority
    Annotations
    @deprecated
    Deprecated

    4.9.0

  8. def apply(mods: List[Mod], name: Term.Name, paramClauseGroups: List[ParamClauseGroup], decltpe: meta.Type): Def

    Permalink
    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]], meta.Type)]

    Permalink
    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