BinginsTreeMap

cps.plugin.forest.InlinedTransform.BinginsTreeMap
class BinginsTreeMap(records: List[BindingRecord])(using x$2: CpsTopLevelContext) extends TreeMap

Attributes

Graph
Supertypes
class TreeMap
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def transform(tree: Tree)(using ctx: Context): Tree

Attributes

Definition Classes
TreeMap

Inherited methods

def transform(trees: List[Tree])(using Context): List[Instance.this.Tree]

Attributes

Inherited from:
TreeMap
def transformBlock(blk: Block)(using Context): Instance.this.Block

Attributes

Inherited from:
TreeMap
def transformParams(params: ParamClause)(using Context): Instance.this.ParamClause

Attributes

Inherited from:
TreeMap
def transformParamss(paramss: List[ParamClause])(using Context): List[Instance.this.ParamClause]

Attributes

Inherited from:
TreeMap
def transformStats(trees: List[Tree], exprOwner: Symbol)(using Context): List[Instance.this.Tree]

Attributes

Inherited from:
TreeMap
def transformSub[Tr <: Tree](trees: List[Tr])(using Context): List[Tr]

Attributes

Inherited from:
TreeMap
def transformSub[Tr <: Tree](tree: Tr)(using Context): Tr

Attributes

Inherited from:
TreeMap

Inherited fields

val cpy: TreeCopier

Attributes

Inherited from:
TreeMap