DFRef

dfhdl.compiler.ir.DFRef
See theDFRef companion object
sealed trait DFRef[+M <: DFMember]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Empty
object Empty.type
object Empty.type
trait OneWay[M]
trait TwoWay[M, O]

Members list

Value members

Concrete methods

final def =~(that: DFRefAny)(using MemberGetSet): Boolean
def get(using getSet: MemberGetSet): M
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Abstract fields

lazy val refType: ClassTag[M]