Alias

dfhdl.compiler.ir.DFVal.Alias
See theAlias companion trait
object Alias

Attributes

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

Members list

Type members

Classlikes

final case class ApplyIdx(dfType: DFType, relValRef: PartialRef, relIdx: Ref, ownerRef: Ref, meta: Meta, tags: DFTags) extends Partial

Attributes

Companion
object
Supertypes
trait Partial
trait CanBeGlobal
trait Alias
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ApplyIdx

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ApplyIdx.type
final case class ApplyRange(relValRef: PartialRef, relBitHigh: Int, relBitLow: Int, ownerRef: Ref, meta: Meta, tags: DFTags) extends Partial

Attributes

Supertypes
trait Partial
trait CanBeGlobal
trait Alias
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 AsIs(dfType: DFType, relValRef: PartialRef, ownerRef: Ref, meta: Meta, tags: DFTags) extends Partial

Attributes

Supertypes
trait Partial
trait CanBeGlobal
trait Alias
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Consumer extends Alias

Attributes

Supertypes
trait Alias
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class History
case object DesignParamTag extends DFTagOf[DFVal]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait DFTagOf[DFVal]
trait DFTag
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class History(dfType: DFType, relValRef: ConsumerRef, step: Int, op: Op, initRefOption: Option[InitRef], ownerRef: Ref, meta: Meta, tags: DFTags) extends Consumer

Attributes

Companion
object
Supertypes
trait Consumer
trait Alias
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object History

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
History.type
case object IdentTag extends DFTagOf[DFVal]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait DFTagOf[DFVal]
trait DFTag
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IdentTag.type
sealed trait Partial extends Alias, CanBeGlobal

Attributes

Supertypes
trait CanBeGlobal
trait Alias
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ApplyIdx
class ApplyRange
class AsIs
class SelectField
final case class SelectField(dfType: DFType, relValRef: PartialRef, fieldName: String, ownerRef: Ref, meta: Meta, tags: DFTags) extends Partial

Attributes

Supertypes
trait Partial
trait CanBeGlobal
trait Alias
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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