PureCpsTree

case class PureCpsTree(origin: Term, isChanged: Boolean) extends CpsTree
trait Serializable
trait Product
trait Equals
class CpsTree
class Object
trait Matchable
class Any

Value members

Concrete methods

def applyAwait(newOtpe: TypeRepr): CpsTree
def castOtpe(newOtpe: TypeRepr): CpsTree
override def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherCake: TreeTransformScope[F1, T1, C1]): PureCpsTree
Definition Classes
Source:
CpsTree.scala
def isAsync: Boolean
def isLambda: Boolean
def monadFlatMap(f: Term => Term, ntpe: TypeRepr): CpsTree
def monadMap(f: Term => Term, ntpe: TypeRepr): CpsTree
def otpe: TypeRepr
def syncOrigin: Option[Term]
override def toString(): String
Definition Classes
Any
Source:
CpsTree.scala
def transformed: Term

Inherited methods

def append(next: CpsTree): CpsTree
Inherited from:
CpsTree
Source:
CpsTree.scala
def isSync: Boolean
Inherited from:
CpsTree
Source:
CpsTree.scala
def prepend(prev: CpsTree): CpsTree
Inherited from:
CpsTree
Source:
CpsTree.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def rtpe: TypeRepr

type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.

type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.

Inherited from:
CpsTree
Source:
CpsTree.scala
def select(orig: Term, symbol: Symbol, ntpe: TypeRepr): CpsTree
Inherited from:
CpsTree
Source:
CpsTree.scala
def toResult[T : Type]: CpsExpr[F, T]
Inherited from:
CpsTree
Source:
CpsTree.scala
def toResultWithType[T](qt: Type[T]): CpsExpr[F, T]
Inherited from:
CpsTree
Source:
CpsTree.scala
def typeApply(orig: Term, targs: List[TypeTree], ntpe: TypeRepr): CpsTree
Inherited from:
CpsTree
Source:
CpsTree.scala