CpsCaseDef

cps.plugin.forest.cases.CpsCaseDef
case class CpsCaseDef(origin: CaseDef, cpsBody: CpsTree)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def transform(targetKind: AsyncKind, targetType: Type, nesting: Int)(using Context, CpsTopLevelContext): CaseDef
def transformBody(targetKind: AsyncKind, originTargetType: Type, nesting: Int)(using Context, CpsTopLevelContext): Tree

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product