object Template extends java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Template
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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, Template]
- def apply(origin: Origin, early: List[Stat], inits: List[Init], self: Self, stats: List[Stat], derives: List[Type]): Template
- def apply(origin: Origin, early: List[Stat], inits: List[Init], self: Self, stats: List[Stat]): Template
- def apply(origin: Origin, earlyClause: Option[Block], inits: List[Init], body: Body, derives: List[Type]): Template
- def apply(earlyClause: Option[Block], inits: List[Init], body: Body, derives: List[Type] = scala.`package`.Nil): Template
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def astInfo: AstInfo[Template]
- 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(): 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 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 After_4_4_0 extends After_4_4_0LowPriority
- object After_4_9_9 extends After_4_9_9LowPriority
- object Body extends BodyLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Initial extends InitialLowPriority
- object Quasi extends QuasiLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object internal
Deprecated Value Members
- def apply(early: List[Stat], inits: List[Init], self: Self, stats: List[Stat], derives: List[Type]): Template
- Annotations
- @deprecated
- Deprecated
4.9.9
- def apply(early: List[Stat], inits: List[Init], self: Self, stats: List[Stat]): Template
- Annotations
- @deprecated
- Deprecated
4.4.0
- final def unapply(x: Template): Option[(List[Stat], List[Init], Self, List[Stat])]
- Annotations
- @inline() @deprecated
- Deprecated
4.4.0; use
.After_4_9_9