final class Attrs extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Attrs
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- val align: Option[Alignment]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Attrs → Equals → AnyRef → Any
- def finalWithSafePublish: Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Attrs → AnyRef → Any
- val inlineHint: Inline
- val isAbstract: Boolean
- val isBlocking: Boolean
- val isDyn: Boolean
- val isExtern: Boolean
- val isFinal: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isLinktimeResolved: Boolean
- val isSafePublish: Boolean
- val isStub: Boolean
- val isUsingIntrinsics: Boolean
- val isVolatile: Boolean
- val linkCppRuntime: Boolean
- val links: Seq[Link]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val opt: Opt
- val preprocessorDefinitions: Seq[Define]
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- val specialize: Specialize
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSeq: Seq[Attr]
- def toString(): String
- Definition Classes
- Attrs → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def withAlign(value: Option[Alignment]): Attrs
- def withInlineHint(value: Inline): Attrs
- def withIsAbstract(value: Boolean): Attrs
- def withIsBlocking(value: Boolean): Attrs
- def withIsDyn(value: Boolean): Attrs
- def withIsExtern(value: Boolean): Attrs
- def withIsFinal(value: Boolean): Attrs
- def withIsLinktimeResolved(value: Boolean): Attrs
- def withIsSafePublish(value: Boolean): Attrs
- def withIsStub(value: Boolean): Attrs
- def withIsUsingIntrinsics(value: Boolean): Attrs
- def withIsVolatile(value: Boolean): Attrs
- def withLinkCppRuntime(value: Boolean): Attrs
- def withLinks(value: Seq[Link]): Attrs
- def withOpt(value: Opt): Attrs
- def withPreprocessorDefinitions(value: Seq[Define]): Attrs
- def withSpecialize(value: Specialize): Attrs
Deprecated Value Members
- def canEqual(that: Any): Boolean
- Definition Classes
- Attrs → Equals
- Annotations
- @deprecated
- Deprecated
(Since version 0.5.7) To be removed
- 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
- def productArity: Int
- Definition Classes
- Attrs → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.5.7) To be removed
- def productElement(n: Int): Any
- Definition Classes
- Attrs → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.5.7) To be removed