InlineApplyArg

cps.plugin.forest.application.InlineApplyArg
case class InlineApplyArg(name: TermName, tpe: Type, expr: CpsTree, 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

def exprInCallNotNamed(callMode: ApplyArgCallMode, optRuntimeAwait: Option[Tree])(using Context, CpsTopLevelContext): Tree
def flatMapsBeforeCall(using Context): Seq[(CpsTree, ValDef)]
override def isAsync(using Context, CpsTopLevelContext): Boolean

Attributes

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

Attributes

Definition Classes
override def show(using Context): String

Attributes

Definition Classes
def throwNotHere: Nothing

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 isAsyncLambda(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