PlainApplyArg

cps.plugin.forest.application.PlainApplyArg
case class PlainApplyArg(name: TermName, tpe: Type, expr: CpsTree, optIdentValDef: Option[ValDef], isDirectContext: Boolean, named: Option[TermName]) extends ExprApplyArg

Attributes

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

Members list

Value members

Concrete methods

override def exprInCallNotNamed(callMode: ApplyArgCallMode, optRuntimeAwait: Option[Tree])(using Context, CpsTopLevelContext): Tree

Output the expression inside call this can

Output the expression inside call this can

//Are we change symbol when do changeOwner to tree ? If yes, we should be extremally careful with different refs to optIdentSym. Maybe better do expr function from sym ?

TODO: dependFromLeft

Attributes

Definition Classes
override def flatMapsBeforeCall(using Context): Seq[(CpsTree, ValDef)]

Attributes

Definition Classes
override def show(using Context): String

Attributes

Definition Classes
def unshiftLambda(expr: CpsTree)(using Context, CpsTopLevelContext): CpsTree
def unshiftLambdaAsTree(using Context, CpsTopLevelContext): Tree

prerequisities: kind == AsyncLambda

prerequisities: kind == AsyncLambda

Attributes

Inherited methods

def checkInternalAsyncLambda(kind: AsyncKind): Boolean

Attributes

Inherited from:
ExprApplyArg
def enclosingInlined: Seq[Inlined]

Attributes

Inherited from:
ApplyArg
def exprInCall(callMode: ApplyArgCallMode, optRuntimeAwait: Option[Tree])(using Context, CpsTopLevelContext): Tree

Attributes

Inherited from:
ApplyArg
override def isAsync(using Context, CpsTopLevelContext): Boolean

Attributes

Definition Classes
Inherited from:
ExprApplyArg
override def isAsyncLambda(using Context, CpsTopLevelContext): Boolean

Attributes

Definition Classes
Inherited from:
ExprApplyArg
override def isLambda(using Context, CpsTopLevelContext): Boolean

Attributes

Definition Classes
Inherited from:
ExprApplyArg
def lambdaCanBeUnshifted(using Context, CpsTopLevelContext): Boolean

Attributes

Inherited from:
ExprApplyArg
override def origin: Tree

Attributes

Definition Classes
Inherited from:
ExprApplyArg
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product