SyncChangedBindingRecord

cps.plugin.forest.InlinedTransform.SyncChangedBindingRecord
case class SyncChangedBindingRecord(origin: ValDef, newValDef: ValDef) 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

def generateFlatMap(tail: CpsTree)(using Context, CpsTopLevelContext): Option[CpsTree]
def newBinding: Option[MemberDef]
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