class MatchingArgs

Constructors

MatchingArgs ( params: List [ Symbol ] , args: List [ Tree ] )
MatchingArgs ( implicit ctx: Context )

Members

private val args : List [ Tree ]
private implicit val ctx : Context
private val params : List [ Symbol ]
def foreach ( f: (Symbol, Tree) => Unit ) : Boolean
def map ( f: (Symbol, Tree) => R ) : List [ R ]
def zipped : List [ ( Symbol, Tree ) ]