ApplyArgRepeatRecord

cps.macros.forest.application.ApplyArgRecordScope.ApplyArgRepeatRecord
case class ApplyArgRepeatRecord(term: Repeated, index: Int, elements: List[ApplyArgRecord], seqTypeTree: TypeTree) extends ApplyArgRecord

Attributes

Source:
ApplyArgRecordScope.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def append(tree: CpsTree): CpsTree

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def hasShiftedLambda: Boolean

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def identArg(existsAsync: Boolean): Term

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def isAsync: Boolean

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def noOrderDepended: Boolean

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def shift(shiftType: ApplicationShiftType): ApplyArgRecord

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def shouldBeChangedSync: Boolean

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala
override def usePrepend(existsAsync: Boolean): Boolean

Attributes

Definition Classes
Source:
ApplyArgRecordScope.scala

Inherited methods

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

Attributes

Inherited from:
ApplyArgRecord
Source:
ApplyArgRecordScope.scala
def isOrderDepended: Boolean

Attributes

Inherited from:
ApplyArgRecord
Source:
ApplyArgRecordScope.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product