DFC

dfhdl.core.DFC
See theDFC companion object
final case class DFC(nameOpt: Option[String], position: Position, docOpt: Option[String], annotations: List[HWAnnotation], mutableDB: MutableDB, defaultDir: Int) extends MetaContext

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MetaContext
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def <>(that: Int): DFC.this.type
def anonymize: DFC.this.type
def clearErrors(): Unit
def enterLate(): Unit
def enterOwner(owner: DFOwnerAny): Unit
def exitOwner(): Unit
def getErrors: List[DFError]
def getMeta: Meta
def lateConstruction: Boolean
def logError(err: DFError): Unit
def ownerOption: Option[DFOwnerAny]
def setAnnotations(annotations: List[HWAnnotation]): DFC.this.type
def setMeta(nameOpt: Option[String], position: Position, docOpt: Option[String], annotations: List[Annotation]): DFC.this.type
def setMeta(meta: Meta): DFC
def setName(name: String): DFC.this.type

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

final val isAnonymous: Boolean

Attributes

Inherited from:
MetaContext
final val name: String

Attributes

Inherited from:
MetaContext

Givens

Givens

given getSet: MemberGetSet