c

rescala.fullmv.mirrors

SubsumableLockReflection

class SubsumableLockReflection extends SubsumableLock

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubsumableLockReflection
  2. SubsumableLock
  3. Hosted
  4. SubsumableLockProxy
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SubsumableLockReflection(host: SubsumableLockHost, guid: GUID, proxy: SubsumableLockProxy)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asyncRemoteRefDropped(): Unit
    Definition Classes
    SubsumableLockSubsumableLockProxy
  6. def asyncUnlock(): Unit
    Definition Classes
    SubsumableLock
  7. def asyncUnlock0(): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def dumped(): Unit
    Attributes
    protected
    Definition Classes
    SubsumableLockReflectionSubsumableLock
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getLockedRoot: Future[LockStateResult0]
  14. val guid: GUID
    Definition Classes
    SubsumableLockReflectionHosted
  15. def hashCode(): Int
    Definition Classes
    Hosted → AnyRef → Any
  16. val hc: Int
    Definition Classes
    Hosted
  17. val host: SubsumableLockHost
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def localAddRefs(refs: Int): Unit
    Definition Classes
    SubsumableLock
    Annotations
    @tailrec()
  20. def localSubRefs(refs: Int): Unit
    Definition Classes
    SubsumableLock
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. val proxy: SubsumableLockProxy
  25. val refCount: AtomicInteger
    Definition Classes
    SubsumableLock
  26. def remoteTryLock(): Future[RemoteTryLockResult]
  27. final def remoteTryLockNoTail(): Future[RemoteTryLockResult]
    Definition Classes
    SubsumableLockProxy
  28. def remoteTrySubsume(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]
  29. final def remoteTrySubsumeNoTail(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]
    Definition Classes
    SubsumableLockProxy
  30. def remoteUnlock(): Unit
  31. def remotelyEquals(obj: Hosted[SubsumableLock]): Boolean
    Definition Classes
    Hosted
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    SubsumableLockReflection → AnyRef → Any
  34. final def tryLocalAddRefs(refs: Int): Boolean
    Definition Classes
    SubsumableLock
    Annotations
    @tailrec()
  35. def tryLock0(hopCount: Int): Future[TryLockResult0]
  36. final def tryLock0NoTail(hopCount: Int): Future[TryLockResult0]
    Definition Classes
    SubsumableLock
  37. def trySubsume0(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]
  38. def trySubsume0NoTail(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]
    Definition Classes
    SubsumableLock
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SubsumableLock

Inherited from Hosted[SubsumableLock]

Inherited from SubsumableLockProxy

Inherited from AnyRef

Inherited from Any

Ungrouped