RootTransform

cps.plugin.forest.RootTransform
object RootTransform

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(term: Tree, owner: Symbol, nesting: Int)(using Context, CpsTopLevelContext): CpsTree

Value parameters

nesting

Nesting level, for debug purposes

owner

Current owner (usually - owner of current context). If you need change owner, do this before calling transform.

targetType

if set, target type - unwrapped type, which is expected by typer.

term

Term to transform

Attributes

Returns

CpsTree with transformed term