DFLoop

dfhdl.compiler.ir.DFLoop
object DFLoop

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DFLoop.type

Members list

Type members

Classlikes

sealed trait Block extends DFBlock

Attributes

Supertypes
trait DFBlock
trait DFOwner
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class DFForBlock
class DFWhileBlock
final case class DFForBlock(iteratorRef: IteratorRef, rangeRef: RangeRef, 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 DFForBlock

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DFForBlock.type
final case class DFWhileBlock(guardRef: GuardRef, 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 DFWhileBlock

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type