Uses of Enum Class
org.ek9lang.compiler.phase5.lockanalysis.ObjectProvability
Packages that use ObjectProvability
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of ObjectProvability in org.ek9lang.compiler.phase5.lockanalysis
Subclasses with type arguments of type ObjectProvability in org.ek9lang.compiler.phase5.lockanalysisModifier and TypeClassDescriptionenumProvability of the OBJECT that bears a field-rooted MutexLock at an enter site — the answer to "can a single consistent global acquisition order be proven for two locks sharing the same field declaration but reached through this object?" (Stage-3 Phase 2/3b, deadlock detection).Methods in org.ek9lang.compiler.phase5.lockanalysis that return ObjectProvabilityModifier and TypeMethodDescriptionReceiverObjectPath.provability()Returns the value of theprovabilityrecord component.static ObjectProvabilityReturns the enum constant of this class with the specified name.static ObjectProvability[]ObjectProvability.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.phase5.lockanalysis with parameters of type ObjectProvabilityModifierConstructorDescriptionReceiverObjectPath(String objectKey, ObjectProvability provability, String display) Creates an instance of aReceiverObjectPathrecord class.