Call

object Call
class Object
trait Matchable
class Any
Call.type

Value members

Concrete methods

def unapply(arg: Tree)(using Context): Option[(RefTree, List[List[Tree]])]

Matches an expression that is either a field access or an application It retruns a TermRef containing field accessed or a method reference and the arguments passed to it.

Matches an expression that is either a field access or an application It retruns a TermRef containing field accessed or a method reference and the arguments passed to it.