Call

dotty.tools.dotc.quoted.Interpreter.Call
object Call

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Call.type

Members list

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 returns 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 returns a TermRef containing field accessed or a method reference and the arguments passed to it.

Attributes