ApplyArgsExtractor

dotty.tools.pc.ApplyArgsExtractor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getArgsAndParams(optIndexedContext: Option[IndexedContext], apply: Apply, span: Span)(using Context): List[(List[Tree], List[ParamSymbol])]

Extensions

Extensions

extension (method: Symbol)
def filteredParamss(f: Symbol => Boolean)(using Context): List[List[Symbol]]
def tparams(using Context): List[Symbol]
def vparamss(using Context): List[List[Symbol]]