Packages

trait SpinalTagReady extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpinalTagReady
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _spinalTags: Set[SpinalTag]
  5. def addAttribute(name: String, value: String): SpinalTagReady.this.type
  6. def addAttribute(name: String): SpinalTagReady.this.type
  7. def addAttribute(attribute: Attribute): SpinalTagReady.this.type
  8. def addTag[T <: SpinalTag](spinalTag: T): SpinalTagReady.this.type
  9. def addTags[T <: SpinalTag](tags: Iterable[T]): SpinalTagReady.this.type
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
  15. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
  20. def getTags(): Set[SpinalTag]
  21. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
  22. def hasTag(spinalTag: SpinalTag): Boolean
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def instanceAttributes(language: Language): Iterable[Attribute]
  25. def instanceAttributes: Iterable[Attribute]
  26. def isEmptyOfTag: Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
  32. def removeTag(spinalTag: SpinalTag): SpinalTagReady.this.type
  33. def removeTags(tags: Iterable[SpinalTag]): SpinalTagReady.this.type
  34. def spinalTags: Set[SpinalTag]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped