AsyncChangedBindingRecord

cps.plugin.forest.InlinedTransform.AsyncChangedBindingRecord
case class AsyncChangedBindingRecord(origin: ValDef, cpsedRhs: CpsTree, adoptedValDefChange: AdoptedValDefChange) extends BindingRecord

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def generateFlatMap(tail: CpsTree)(using Context, CpsTopLevelContext): Option[CpsTree]

Attributes

Definition Classes
def insertAwait(tree: Tree, tpe: Type)(using ctx: Context, tctx: CpsTopLevelContext): Tree
override def newBinding: Option[MemberDef]

Attributes

Definition Classes
override def substitute(tree: Tree, treeMap: BinginsTreeMap, ctx: Context)(using CpsTopLevelContext): Option[Tree]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val adoptedRhs: CpsTree
lazy val asyncLambdaValDef: Option[ValDef]