dotty.tools.dotc.transform.TreeExtractors$
Attributes
- Graph
- Supertypes
- Self type
Members list
Concise view
Type members
Match arg1.op(arg2) and extract (arg1, op.symbol, arg2)
Match arg1.op(arg2) and extract (arg1, op.symbol, arg2)
Attributes
- Graph
- Supertypes
- Self type
Match new C(args) and extract (C, args).
Also admit new C(args): T and {new C(args)}.
Match new C(args) and extract (C, args).
Also admit new C(args): T and {new C(args)}.
Attributes
- Graph
- Supertypes
- Self type
For an instance v of a value class like:
class V(val underlying: X) extends AnyVal
Match v.underlying() and extract v
For an instance v of a value class like:
class V(val underlying: X) extends AnyVal
Match v.underlying() and extract v
Attributes
- Graph
- Supertypes
- Self type