final class Attrs extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attrs
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Attrs(inlineHint: Inline = MayInline, specialize: Specialize = MaySpecialize, opt: Opt = UnOpt, align: Option[Alignment] = Option.empty, isExtern: Boolean = false, isBlocking: Boolean = false, isDyn: Boolean = false, isStub: Boolean = false, isAbstract: Boolean = false, isVolatile: Boolean = false, isFinal: Boolean = false, isSafePublish: Boolean = false, isLinktimeResolved: Boolean = false, isUsingIntrinsics: Boolean = false, links: Seq[Link] = Seq.empty, preprocessorDefinitions: Seq[Define] = Seq.empty)
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.7) Use nir.Attrs.None.withXYZ() instead

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 align: Option[Alignment]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(that: Any): Boolean
    Definition Classes
    Attrs → Equals → AnyRef → Any
  9. def finalWithSafePublish: Boolean
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    Attrs → AnyRef → Any
  13. val inlineHint: Inline
  14. val isAbstract: Boolean
  15. val isBlocking: Boolean
  16. val isDyn: Boolean
  17. val isExtern: Boolean
  18. val isFinal: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val isLinktimeResolved: Boolean
  21. val isSafePublish: Boolean
  22. val isStub: Boolean
  23. val isUsingIntrinsics: Boolean
  24. val isVolatile: Boolean
  25. val linkCppRuntime: Boolean
  26. val links: Seq[Link]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val opt: Opt
  31. val preprocessorDefinitions: Seq[Define]
  32. def productElementName(n: Int): String
    Definition Classes
    Product
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def productIterator: Iterator[Any]
    Definition Classes
    Product
  35. def productPrefix: String
    Definition Classes
    Product
  36. val specialize: Specialize
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toSeq: Seq[Attr]
  39. def toString(): String
    Definition Classes
    Attrs → AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def withAlign(value: Option[Alignment]): Attrs
  44. def withInlineHint(value: Inline): Attrs
  45. def withIsAbstract(value: Boolean): Attrs
  46. def withIsBlocking(value: Boolean): Attrs
  47. def withIsDyn(value: Boolean): Attrs
  48. def withIsExtern(value: Boolean): Attrs
  49. def withIsFinal(value: Boolean): Attrs
  50. def withIsLinktimeResolved(value: Boolean): Attrs
  51. def withIsSafePublish(value: Boolean): Attrs
  52. def withIsStub(value: Boolean): Attrs
  53. def withIsUsingIntrinsics(value: Boolean): Attrs
  54. def withIsVolatile(value: Boolean): Attrs
  55. def withLinkCppRuntime(value: Boolean): Attrs
  56. def withLinks(value: Seq[Link]): Attrs
  57. def withOpt(value: Opt): Attrs
  58. def withPreprocessorDefinitions(value: Seq[Define]): Attrs
  59. def withSpecialize(value: Specialize): Attrs

Deprecated Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    Attrs → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.7) To be removed

  2. def copy(inlineHint: Inline = inlineHint, specialize: Specialize = specialize, opt: Opt = opt, align: Option[Alignment] = align, isExtern: Boolean = isExtern, isBlocking: Boolean = isBlocking, isDyn: Boolean = isDyn, isStub: Boolean = isStub, isAbstract: Boolean = isAbstract, isVolatile: Boolean = isVolatile, isFinal: Boolean = isFinal, isSafePublish: Boolean = isSafePublish, isLinktimeResolved: Boolean = isLinktimeResolved, isUsingIntrinsics: Boolean = isUsingIntrinsics, links: Seq[Link] = links, preprocessorDefinitions: Seq[Define] = preprocessorDefinitions): Attrs
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.7) Use .withXYZ methods instead

  3. def productArity: Int
    Definition Classes
    Attrs → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.7) To be removed

  4. def productElement(n: Int): Any
    Definition Classes
    Attrs → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.7) To be removed

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped