object Defn extends java.io.Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Defn
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Class extends Defn with Member.Type with WithMods with WithTParamClause with WithCtor with WithTemplate with Product
- Annotations
- @astClass() @leafClass()
- trait Def extends Defn with Member.Term with WithMods with WithParamClauseGroup with WithParamClauseGroups with WithDeclTpeOpt with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Enum extends Defn with Member.Type with WithMods with WithTParamClause with WithCtor with WithTemplate with Product
- Annotations
- @astClass() @leafClass()
- trait EnumCase extends Defn with Member.Term with WithMods with WithTParamClause with WithCtor with Product
- Annotations
- @astClass() @leafClass()
- trait ExtensionGroup extends Defn with WithParamClauseGroup with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Given extends Defn with WithMods with WithParamClauseGroup with WithTemplate with Product
- Annotations
- @astClass() @leafClass()
- trait GivenAlias extends Defn with WithMods with WithParamClauseGroup with WithBody with WithDeclTpe with Product
- Annotations
- @astClass() @leafClass()
- trait Macro extends Defn with Member.Term with WithMods with WithParamClauseGroup with WithParamClauseGroups with WithDeclTpeOpt with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Object extends Defn with Member.Term with WithMods with WithTemplate with Product
- Annotations
- @astClass() @leafClass()
- trait RepeatedEnumCase extends Defn with WithMods with Product
- Annotations
- @astClass() @leafClass()
- trait Trait extends Defn with Member.Type with WithMods with WithTParamClause with WithCtor with WithTemplate with Product
- Annotations
- @astClass() @leafClass()
- trait Type extends Defn with Member.Type with WithMods with WithTParamClause with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Val extends Defn with WithMods with WithDeclTpeOpt with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Var extends Defn with WithMods with WithDeclTpeOpt with WithBody with Product
- Annotations
- @astClass() @leafClass()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def ClassifierClass[T <: Tree]: Classifier[T, Defn]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def astInfo: AstInfo[Defn]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): java.lang.Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unapply(x: Defn): Boolean
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Class extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Def extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Enum extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object EnumCase extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ExtensionGroup extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Given extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object GivenAlias extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Macro extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Object extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Quasi extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object RepeatedEnumCase extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Trait extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Type extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Val extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Var extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()