BinaryOp

dotty.tools.dotc.transform.TreeExtractors$.BinaryOp$
object BinaryOp

Match arg1.op(arg2) and extract (arg1, op.symbol, arg2)

Attributes

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

Members list

Value members

Concrete methods

def unapply(t: Tree)(using Context): Option[(Tree, Symbol, Tree)]