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
object Empty
trait OneWay[M]
trait TwoWay[M, O]
trait TypeRef
Show all

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

val refType: ClassTag[M]