UnchangedBindingRecord

cps.plugin.forest.InlinedTransform.UnchangedBindingRecord
case class UnchangedBindingRecord(origin: MemberDef) 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]
def substitute(tree: Tree, treeMap: BinginsTreeMap, ctx: Context)(using CpsTopLevelContext): Option[Tree]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product