FormalArgsRegistry

class FormalArgsRegistry(val minArgc: Int, needsRestParam: Boolean)
class Object
trait Matchable
class Any

Value members

Concrete methods

def genArgRef(index: Int)(implicit pos: Position): Tree
def genFormalArgs()(implicit pos: Position): (List[ParamDef], Option[ParamDef])
def genRestArgRef()(implicit pos: Position): Tree
def genVarargRef(fixedParamCount: Int)(implicit pos: Position): Tree

Concrete fields