UnapplyArgs
dotty.tools.dotc.typer.Applications.UnapplyArgs
A utility class that matches results of unapplys with patterns. Two queriable members: val argTypes: List[Type] def typedPatterns(qual: untpd.Tree, typer: Typer): List[Tree] TODO: Move into Applications trait. No need to keep it outside. But it's a large refactor, so do this when the rest is merged.
Attributes
- Graph
-
- Supertypes
Members list
In this article