ApplicationHelper
trait ApplicationHelper[F[_], CT, CC <: CpsMonadContext[F]] extends ApplyArgRecordScope[F, CT, CC] with MethodParamsDescriptorScope[F, CT, CC] with ApplyArgBuilderScope[F, CT, CC]
- Source:
- ApplicationHelper.scala
class Object
trait Matchable
class Any
Type members
Inherited classlikes
case class ApplyArgByNameRecord(term: Term, index: Int, cpsTree: CpsTree, shifted: Boolean) extends ApplyArgRecord
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class ApplyArgInlinedRecord(tree: InlinedCpsTree, nested: ApplyArgRecord) extends ApplyArgRecord
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class ApplyArgLambdaRecord(term: Term, index: Int, cpsBody: CpsTree, shifted: Boolean, existsLambdaUnshift: Boolean) extends ApplyArgRecord
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class ApplyArgNamedRecord(term: NamedArg, name: String, nested: ApplyArgRecord) extends ApplyArgRecord
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class ApplyArgPrecalcTermRecord(term: Term, index: Int, termCpsTree: CpsTree, valDef: ValDef, ident: Term) extends ApplyArgRecord
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class ApplyArgRepeatRecord(term: Repeated, index: Int, elements: List[ApplyArgRecord], seqTypeTree: TypeTree) extends ApplyArgRecord
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class ApplyArgsSummaryPropertiesStep1(hasAsync: Boolean, hasShiftedLambda: Boolean, shouldBeChangedSync: Boolean)
- Inherited from:
- ApplyArgRecordScope
- Source:
- ApplyArgRecordScope.scala
case class BuildApplyArgsAcc(posIndex: Int, paramIndex: Int, wasNamed: Boolean, inRepeat: Boolean, inNamed: Boolean, records: Seq[ApplyArgRecord], filledNamed: Set[Int])
- Inherited from:
- ApplyArgBuilderScope
- Source:
- ApplyArgBuilderScope.scala
object MethodParamsDescriptor
- Inherited from:
- MethodParamsDescriptorScope
- Source:
- MethodParamsDescriptorScope.scala
trait MethodParamsDescriptor
- Inherited from:
- MethodParamsDescriptorScope
- Source:
- MethodParamsDescriptorScope.scala