Kind

dfhdl.compiler.ir.DFOpaque.Kind
See theKind companion trait
object Kind

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Kind.type

Members list

Type members

Classlikes

case object Clk extends Magnet

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Magnet
trait Kind
class Object
trait Matchable
class Any
Show all
Self type
Clk.type
case object General extends Kind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Kind
class Object
trait Matchable
class Any
Show all
Self type
General.type
case object Magnet extends Magnet

Attributes

Companion
trait
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Magnet
trait Kind
class Object
trait Matchable
class Any
Show all
Self type
Magnet.type
sealed trait Magnet extends Kind

Attributes

Companion
object
Supertypes
trait Kind
class Object
trait Matchable
class Any
Known subtypes
object Clk
object Magnet
object Rst
case object Rst extends Magnet

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Magnet
trait Kind
class Object
trait Matchable
class Any
Show all
Self type
Rst.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given derived$CanEqual: CanEqual[Kind, Kind]
given given_ReadWriter_Kind: ReadWriter[Kind]