CpsTree

cps.plugin.forest.CpsTree
See theCpsTree companion trait
object CpsTree

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CpsTree.type

Members list

Value members

Concrete methods

def impure(origin: Tree, owner: Symbol, impure: Tree, internalKind: AsyncKind): CpsTree
def lambda(origin: Tree, owner: Symbol, ddef: DefDef, closure: Closure, transformedBody: CpsTree): CpsTree
def opaqueAsyncLambda(origin: Tree, owner: Symbol, changed: Tree, bodyKind: AsyncKind): OpaqueAsyncLambdaTermCpsTree
def pure(origin: Tree, owner: Symbol, changed: Tree): PureCpsTree
def unchangedPure(origin: Tree, owner: Symbol): PureCpsTree
def unit(owner: Symbol)(using Context): SyncCpsTree