Match
 scalus.sir.SIR.Match
  case class Match(scrutinee: AnnotatedSIR, cases: List[Case], tp: SIRType, anns: AnnotationsDecl) extends AnnotatedSIR
 
Match expression.
Value parameters
- tp
 - 
    
- resulting type of Match expression, can be calculated as max(tp of all cases)
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalstrait AnnotatedSIRtrait SIRclass Objecttrait Matchableclass Any
 
Members list
In this article