DFConditional

dfhdl.compiler.ir.DFConditional
object DFConditional

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Block

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Block.type
sealed trait Block extends DFBlock

Attributes

Companion
object
Supertypes
trait DFBlock
trait DFOwner
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class DFCaseBlock(pattern: Pattern, guardRef: GuardRef, prevBlockOrHeaderRef: Ref, ownerRef: Ref, meta: Meta, tags: DFTags) extends Block

Attributes

Companion
object
Supertypes
trait Block
trait DFBlock
trait DFOwner
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DFCaseBlock

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DFIfElseBlock(guardRef: GuardRef, prevBlockOrHeaderRef: Ref, ownerRef: Ref, meta: Meta, tags: DFTags) extends Block

Attributes

Companion
object
Supertypes
trait Block
trait DFBlock
trait DFOwner
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DFIfElseBlock

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DFIfHeader(dfType: DFType, ownerRef: Ref, meta: Meta, tags: DFTags) extends Header

Attributes

Supertypes
trait Header
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DFMatchHeader(dfType: DFType, selectorRef: Ref, ownerRef: Ref, meta: Meta, tags: DFTags) extends Header

Attributes

Supertypes
trait Header
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Header extends CanBeExpr

Attributes

Supertypes
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes