ApplyArgNamedRecord

cps.macros.forest.application.ApplyArgRecordScope.ApplyArgNamedRecord
case class ApplyArgNamedRecord(term: NamedArg, name: String, nested: ApplyArgRecord) extends ApplyArgRecord

Attributes

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

Members list

Value members

Concrete methods

def hasShiftedLambda: Boolean
def identArg(existsAsync: Boolean): Term
def index: Int
def isAsync: Boolean
def isCpsDirect: Boolean
def noOrderDepended: Boolean
def shouldBeChangedSync: Boolean
def withRuntimeAwait(runtimeAwait: Term): ApplyArgRecord

Inherited methods

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