TransformationContext

case class TransformationContext[F[_], T, C <: CpsMonadContext[F]](patternCode: Expr[T], patternType: Type[T], monad: Expr[CpsMonad[F]], monadContext: Expr[C], memoization: Option[Memoization[F]], runtimeAwait: Option[Expr[CpsRuntimeAwait[F]]], flags: AsyncMacroFlags, observatory: Observatory, nesting: Int, parent: Option[TransformationContext[_[_], _, _]])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def log(message: String): Unit
def nest[S](newPatternCode: Expr[S], newPatternType: Type[S], muted: Boolean): TransformationContext[F, S, C]
def nestSame(muted: Boolean): TransformationContext[F, T, C]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product