final class Descriptor extends DescriptorPlatform
- Source
- Descriptor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Descriptor
- DescriptorPlatform
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- 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
- final def equals(that: Any): Boolean
- Definition Classes
- Descriptor → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hashCode(): Int
- Definition Classes
- Descriptor → AnyRef → Any
- final def hwdIterator(ctx: ThreadContext): Iterator[LogEntry[Any]]
- Definition Classes
- DescriptorPlatform
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isValidHwd[A](hwd: LogEntry[A]): Boolean
- final val map: LogMap2[Any]
- Attributes
- protected[choam]
- Definition Classes
- Descriptor → DescriptorPlatform
- 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 readOnly: Boolean
- final def size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toString(): String
- Definition Classes
- Descriptor → AnyRef → Any
- final def toWdArray(parent: EmcasDescriptor, instRo: Boolean): Array[WdLike[Any]]
This only exists on the JVM, and used by EMCAS instead of the above
This only exists on the JVM, and used by EMCAS instead of the above
- Definition Classes
- DescriptorPlatform
- final val validTs: Long
- final val versionCas: LogEntry[Long]
- Attributes
- protected
- Definition Classes
- Descriptor → DescriptorPlatform
- 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()