TernaryExpression
de.uni_luebeck.isp.tessla.tessla_compiler.IntermediateCode$.TernaryExpression
final case class TernaryExpression(guard: Seq[Seq[ImpLanExpr]], e1: ImpLanExpr, e2: ImpLanExpr) extends ImpLanExpr
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ImpLanExprtrait ImpLanStmtclass Objecttrait Matchableclass Any