ApplyArgRecordScope

cps.macros.forest.application.ApplyArgRecordScope
trait ApplyArgRecordScope[F[_], CT, CC <: CpsMonadContext[F]]

Attributes

Source
ApplyArgRecordScope.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ApplicationHelper[F, CT, CC]
trait TreeTransformScope[F, CT, CC]
Self type
TreeTransformScope[F, CT, CC]

Members list

Type members

Classlikes

case class ApplyArgByNameRecord(term: Term, index: Int, cpsTree: CpsTree, optShiftType: Option[ApplicationShiftType], optRuntimeAwait: Option[Term]) extends ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ApplyArgLambdaRecord(term: Term, index: Int, cpsBody: CpsTree, optShiftType: Option[ApplicationShiftType], optRuntimeAwait: Option[Term], existsLambdaUnshift: Boolean, owner: Symbol) extends ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ApplyArgNamedRecord(term: NamedArg, name: String, nested: ApplyArgRecord) extends ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ApplyArgNoPrecalcTermRecord(term: Term, index: Int, isChanged: Boolean, isCpsDirect: Boolean) extends ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ApplyArgPrecalcTermRecord(term: Term, index: Int, termCpsTree: CpsTree, valDef: ValDef, ident: Term, isCpsDirect: Boolean) extends ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ApplyArgRepeatRecord(term: Term, repeatedTerm: Repeated, index: Int, elements: List[ApplyArgRecord], seqTypeTree: TypeTree) extends ApplyArgRecord

Attributes

Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ApplyArgsSummaryProperties(step1: ApplyArgsSummaryPropertiesStep1, usePrepend: Boolean)

Attributes

Companion
object
Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ApplyArgRecordScope.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ApplyArgsSummaryPropertiesStep1(size: Int, hasAsync: Boolean, hasShiftedLambda: Boolean, shouldBeChangedSync: Boolean, cpsDirectArg: Option[Term])

Attributes

Companion
object
Source
ApplyArgRecordScope.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ApplyArgRecordScope.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def applyRuntimeAwait(runtimeAwait: <none>, arg: <none>, resultType: <none>): Term

Attributes

Source
ApplyArgRecordScope.scala
def termIsNoOrderDepended(x: <none>): Boolean

Attributes

Source
ApplyArgRecordScope.scala