FormalArgsRegistry

dotty.tools.backend.sjs.JSExportsGen.FormalArgsRegistry
class FormalArgsRegistry(val minArgc: Int, needsRestParam: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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

val minArgc: Int