MethodCall

case class MethodCall(potential: Potential, method: Symbol)(source: Tree) extends Effect

Method call, a.m()

trait Product
trait Equals
trait Effect
class Object
trait Matchable
class Any

Value members

Concrete methods

def show(using Context): String

Inherited methods

Inherited from
Product
Inherited from
Effect

Concrete fields

val source: Tree