TreeExtractors
dotty.tools.dotc.transform.TreeExtractors$
object TreeExtractors
Attributes
- Graph
-
- Supertypes
- Self type
-
TreeExtractors.type
Members list
Type members
Classlikes
object BinaryOp
object NewWithArgs
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
- Supertypes
- Self type
-
NewWithArgs.type
object ValueClassUnbox
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
- Supertypes
- Self type
-
ValueClassUnbox.type
In this article