CaseDef
tastyquery.Trees.CaseDef
final case class CaseDef(pattern: PatternTree, guard: Option[TermTree], body: TermTree)(pos: SourcePosition) extends Tree
case pattern if guard => body; only appears as child of a Match and Try
Attributes
- Graph
-
- Supertypes
Members list
In this article