object
TreeExtractors
extends
Object
with
Serializable
Constructors
Members
Match arg1.op(arg2) and extract (arg1, op.symbol, arg2)
Match new C(args) and extract (C, args)
For an instance v of a value class like: class V(val underlying: X) extends AnyVal Match v.underlying() and extract v