c

vexiiriscv.execute

CsrListFilter

case class CsrListFilter(mapping: Seq[Int]) extends Nameable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CsrListFilter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Nameable
  7. ContextUser
  8. ScalaLocated
  9. GlobalDataUser
  10. OwnableRef
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CsrListFilter(mapping: Seq[Int])

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. def component: Component
    Definition Classes
    ContextUser
  2. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  3. def getDisplayName(): String
    Definition Classes
    Nameable
  4. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  5. def getName(default: String): String
    Definition Classes
    Nameable
  6. def getName(): String
    Definition Classes
    Nameable
  7. def getPartialName(): String
    Definition Classes
    Nameable
  8. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  9. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  10. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  11. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  12. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  13. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  14. final def isNamed: Boolean
    Definition Classes
    Nameable
  15. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  16. def isUnnamed: Boolean
    Definition Classes
    Nameable
  17. val mapping: Seq[Int]
  18. val name: String
    Definition Classes
    Nameable
  19. def overrideLocalName(name: String): CsrListFilter.this.type
    Definition Classes
    Nameable
  20. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  21. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  22. def reflectNames(): Unit
    Definition Classes
    Nameable
  23. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  24. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): CsrListFilter.this.type
    Definition Classes
    Nameable
  25. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): CsrListFilter.this.type
    Definition Classes
    Nameable
  26. def setCompositeName(nameable: Nameable, postfix: String): CsrListFilter.this.type
    Definition Classes
    Nameable
  27. def setCompositeName(nameable: Nameable, namePriority: Byte): CsrListFilter.this.type
    Definition Classes
    Nameable
  28. def setCompositeName(nameable: Nameable, weak: Boolean): CsrListFilter.this.type
    Definition Classes
    Nameable
  29. def setCompositeName(nameable: Nameable): CsrListFilter.this.type
    Definition Classes
    Nameable
  30. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): CsrListFilter.this.type
    Definition Classes
    Nameable
  31. def setName(name: String, namePriority: Byte): CsrListFilter.this.type
    Definition Classes
    Nameable
  32. def setName(name: String, weak: Boolean): CsrListFilter.this.type
    Definition Classes
    Nameable
  33. def setName(name: String): CsrListFilter.this.type
    Definition Classes
    Nameable
  34. def setNameAsWeak(): CsrListFilter.this.type
    Definition Classes
    Nameable
  35. def setPartialName(name: String, namePriority: Byte, owner: Any): CsrListFilter.this.type
    Definition Classes
    Nameable
  36. def setPartialName(name: String, namePriority: Byte): CsrListFilter.this.type
    Definition Classes
    Nameable
  37. def setPartialName(name: String, weak: Boolean): CsrListFilter.this.type
    Definition Classes
    Nameable
  38. def setPartialName(owner: Nameable, name: String, namePriority: Byte): CsrListFilter.this.type
    Definition Classes
    Nameable
  39. def setPartialName(owner: Nameable, name: String, weak: Boolean): CsrListFilter.this.type
    Definition Classes
    Nameable
  40. def setPartialName(name: String): CsrListFilter.this.type
    Definition Classes
    Nameable
  41. def setPartialName(owner: Nameable, name: String): CsrListFilter.this.type
    Definition Classes
    Nameable
  42. def setPartialName(owner: Nameable): CsrListFilter.this.type
    Definition Classes
    Nameable
  43. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  44. def setScalaLocated(source: ScalaLocated): CsrListFilter.this.type
    Definition Classes
    ScalaLocated
  45. def setWeakName(name: String): CsrListFilter.this.type
    Definition Classes
    Nameable
  46. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  47. def unsetName(): CsrListFilter.this.type
    Definition Classes
    Nameable