BuildApplyArgsAcc

cps.macros.forest.application.ApplyArgBuilderScope.BuildApplyArgsAcc
case class BuildApplyArgsAcc(posIndex: Int, paramIndex: Int, wasNamed: Boolean, inRepeat: Boolean, inNamed: Boolean, records: Seq[ApplyArgRecord], filledNamed: Set[Int])

Attributes

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

Members list

Value members

Concrete methods

def advanceNamed(record: ApplyArgRecord, index: Int): BuildApplyArgsAcc

Attributes

Source
ApplyArgBuilderScope.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product