final case class DocCHeader(name: String, prefix: String = "", regType: String = "u32", withshiftmask: Boolean = true) extends BusIfDoc with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocCHeader
- Serializable
- Product
- Equals
- BusIfDoc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DocCHeader(name: String, prefix: String = "", regType: String = "u32", withshiftmask: Boolean = true)
Type Members
- implicit class FieldCHeadExtend extends AnyRef
- implicit class RegSliceCheadExtend extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bi: BusIf
- Attributes
- protected
- Definition Classes
- BusIfDoc
- def body(): String
- Definition Classes
- DocCHeader → BusIfDoc
- def clean(str: String): String
- Definition Classes
- BusIfDoc
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def dump(): Unit
- Definition Classes
- BusIfDoc
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def generate(t: BusIf): Unit
- Definition Classes
- BusIfDoc
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def guardName: String
- val header: String
- Attributes
- protected
- Definition Classes
- BusIfDoc
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- DocCHeader → BusIfDoc
- def nameDedupliaction(repeat: String, word: String): String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def path: String
- Definition Classes
- BusIfDoc
- val pc: PhaseContext
- Definition Classes
- BusIfDoc
- val prefix: String
- Definition Classes
- DocCHeader → BusIfDoc
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val regType: String
- def reuseDeclare(lst: Map[String, Map[Int, List[RegSlice]]]): String
- def reuseStruct(lst: Map[String, Map[Int, List[RegSlice]]]): String
- def setBusIf(bif: BusIf): Unit
- Definition Classes
- BusIfDoc
- def setheader(str: String): BusIfDoc
- Definition Classes
- BusIfDoc
- val suffix: String
- Definition Classes
- DocCHeader → BusIfDoc
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val withshiftmask: Boolean
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)