trait Phased extends AnyRef
Mix this into an object and use it as a phasing Swiss Army knife.
- Source
- Phased.scala
- Alphabetic
- By Inheritance
- Phased
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Concrete Value Members
- def at[T](ph: PhaseName)(body: ⇒ T): T
- def atCurrent[T](body: ⇒ T): T
- def atMap[T](phs: Seq[PhaseName])(body: ⇒ T): Seq[(PhaseName, T)]
- def atMulti[T](phs: Seq[PhaseName])(body: ⇒ T): Seq[T]
- def get: PhaseName
- def multi[T](body: ⇒ T): Seq[T]
- def parse(str: String): PhaseName
- implicit def phaseEnumToPhase(name: PhaseName): Phase
- def set(phase: PhaseName): Boolean
- def setMulti(phases: Seq[PhaseName]): Boolean
- object Cleanup extends PhaseName with Product with Serializable
- object Constructors extends PhaseName with Product with Serializable
- object Delambdafy extends PhaseName with Product with Serializable
- object Erasure extends PhaseName with Product with Serializable
- object Explicitouter extends PhaseName with Product with Serializable
- object Extmethods extends PhaseName with Product with Serializable
- object Fields extends PhaseName with Product with Serializable
- object Flatten extends PhaseName with Product with Serializable
- object Jvm extends PhaseName with Product with Serializable
- object Lambdalift extends PhaseName with Product with Serializable
- object Mixin extends PhaseName with Product with Serializable
- object Namer extends PhaseName with Product with Serializable
- object NoPhaseName extends PhaseName with Product with Serializable
- object Packageobjects extends PhaseName with Product with Serializable
- object Parser extends PhaseName with Product with Serializable
- object Patmat extends PhaseName with Product with Serializable
- object PhaseName
- object Pickler extends PhaseName with Product with Serializable
- object PostErasure extends PhaseName with Product with Serializable
- object Refchecks extends PhaseName with Product with Serializable
- object Specialize extends PhaseName with Product with Serializable
- object Superaccessors extends PhaseName with Product with Serializable
- object Tailcalls extends PhaseName with Product with Serializable
- object Terminal extends PhaseName with Product with Serializable
- object Typer extends PhaseName with Product with Serializable
- object Uncurry extends PhaseName with Product with Serializable
The Scala compiler and reflection APIs.