SelectTypeApplyCpsTree

cps.macros.forest.CpsTreeScope.SelectTypeApplyCpsTree
See theSelectTypeApplyCpsTree companion object
case class SelectTypeApplyCpsTree(origin: Option[Term], nested: CpsTree, targs: List[TypeTree], selects: List[SelectTypeApplyRecord], otpe: TypeRepr, changed: Boolean) extends CpsTree

represent select expression, which can be in monad or outside monad.

constructor is not devoted to used directly: use SelectTypeApplyCpsTree.create instead. selects is reversed (i.e. external added to head)

Attributes

Companion:
object
Source:
CpsTree.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CpsTree
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def appendFinal(next: CpsTree): CpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
def apply(term: Term): Term

Attributes

Source:
CpsTree.scala
override def applyAwait(newOtpe: TypeRepr): CpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
override def castOtpe(newOtpe: TypeRepr): CpsTree

cast CpsTree to keep newOtpe.type inside monad.

cast CpsTree to keep newOtpe.type inside monad.

Attributes

Definition Classes
Source:
CpsTree.scala
override def changeOwner(newOwner: Symbol): SelectTypeApplyCpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
override def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherCake: TreeTransformScope[F1, T1, C1]): SelectTypeApplyCpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
override def isAsync: Boolean

Attributes

Definition Classes
Source:
CpsTree.scala
override def isChanged: Boolean

Attributes

Definition Classes
Source:
CpsTree.scala
override def isLambda: Boolean

Attributes

Definition Classes
Source:
CpsTree.scala
override def monadFlatMap(f: Term => Term, ntpe: TypeRepr): CpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
override def monadMap(f: Term => Term, ntpe: TypeRepr): CpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
override def owner: Symbol

Attributes

Definition Classes
Source:
CpsTree.scala
override def select(orig: Term, symbol: Symbol, ntpe: TypeRepr): CpsTree

Attributes

Definition Classes
Source:
CpsTree.scala
override def syncOrigin: Option[Term]

Attributes

Definition Classes
Source:
CpsTree.scala
override def transformed: Term

Attributes

Definition Classes
Source:
CpsTree.scala
override def typeApply(orig: Term, targs: List[TypeTree], ntpe: TypeRepr): CpsTree

Attributes

Definition Classes
Source:
CpsTree.scala

Inherited methods

def append(next: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def isSync: Boolean

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def prepend(prev: CpsTree): CpsTree

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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.

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def toResult[T : Type]: CpsExpr[F, T]

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala
def toResultWithType[T](qt: Type[T]): CpsExpr[F, T]

Attributes

Inherited from:
CpsTree
Source:
CpsTree.scala