MatchingArgs

dotty.tools.dotc.ast.TreeInfo.MatchingArgs
class MatchingArgs(params: List[Symbol], args: List[Tree])(using x$3: Context)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def foreach(f: (Symbol, Tree) => Unit): Boolean
def map[R](f: (Symbol, Tree) => R): List[R]
def zipped: List[(Symbol, Tree)]