final object BinaryOp

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

Constructors

Members

[+] def unapply ( t: Tree ) ( implicit ctx: Context ) : Option [ ( Tree, Symbol, Tree ) ]