trait ExprBuilder extends AnyRef
- Self Type
- AsyncMacro
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExprBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AsyncBlock extends AnyRef
- trait AsyncState extends AnyRef
- final class AsyncStateBuilder extends AnyRef
- final class AsyncStateWithAwait extends AsyncMacro.AsyncState
A sequence of statements that concludes with an
await
call.A sequence of statements that concludes with an
await
call. TheonComplete
handler will unconditionally transition tonextState
. - final class AsyncStateWithoutAwait extends AsyncMacro.AsyncState
A sequence of statements with a conditional transition to the next state, which will represent a branch of an
if
or amatch
. - case class Awaitable(expr: reflect.macros.Universe.Tree, resultName: reflect.macros.Universe.Symbol, resultType: reflect.macros.Universe.Type, resultValDef: reflect.macros.Universe.ValDef) extends Product with Serializable
- final class SimpleAsyncState extends AsyncMacro.AsyncState
A sequence of statements that concludes with a unconditional transition to
nextState
- case class SymLookup(stateMachineClass: reflect.macros.Universe.Symbol, applyTrParam: reflect.macros.Universe.Symbol) extends Product with Serializable
Abstract Value Members
- abstract val futureSystem: FutureSystem
- abstract val futureSystemOps: Ops { val c: ExprBuilder.this.c.type }
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildAsyncBlock(block: reflect.macros.Universe.Block, symLookup: AsyncMacro.SymLookup): AsyncMacro.AsyncBlock
Uses
AsyncBlockBuilder
to create an instance ofAsyncBlock
.Uses
AsyncBlockBuilder
to create an instance ofAsyncBlock
.- block
a
Block
tree in ANF- symLookup
helper for looking up members of the state machine class
- returns
an
AsyncBlock
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labelDefStates: Map[reflect.macros.Universe.Symbol, Int]
- def literalNull: reflect.macros.Universe.Literal
- def literalUnit: reflect.macros.Universe.Literal
- 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()
- val stateAssigner: StateAssigner
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toList(tree: reflect.macros.Universe.Tree): List[reflect.macros.Universe.Tree]
- 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()