IfThenElseInfo

scalus.sir.EnrichedSIR.IfThenElse.IfThenElseInfo
case class IfThenElseInfo[P, T](cond: AnnotatedBase[P, T], t: AnnotatedBase[P, T], f: AnnotatedBase[P, T], tp: SIRType, anns: AnnotationsDecl, info: T) extends IfThenElse[P, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IfThenElse[P, T]
trait AnnotatedBase[P, T]
trait Base[P, T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product