ApplyArgLambdaRecord

cps.macros.forest.application.ApplyArgRecordScope.ApplyArgLambdaRecord
case class ApplyArgLambdaRecord(term: Term, index: Int, cpsBody: CpsTree, optShiftType: Option[ApplicationShiftType], existsLambdaUnshift: Boolean) extends ApplyArgRecord

Attributes

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

Members list

Concise view

Value members

Concrete methods

def extractParamsAndBody(): (List[ValDef], Term)
def hasShiftedLambda: Boolean
def identArg(existsAsync: Boolean): Term
def isAsync: Boolean
def noOrderDepended: Boolean
def shiftedArgExpr(existsAsync: Boolean, shiftType: ApplicationShiftType, identType: TypeRepr, params: List[ValDef], body: Term): Term
def shouldBeChangedSync: Boolean

Inherited methods

def applyRuntimeAwait(arg: Term, resultType: TypeRepr): Term

Attributes

Inherited from:
ApplyArgRecord
def isOrderDepended: Boolean

Attributes

Inherited from:
ApplyArgRecord
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def usePrepend(existsAsync: Boolean): Boolean

Attributes

Inherited from:
ApplyArgRecord