Uses of Enum Class
org.ek9lang.compiler.phase5.lockanalysis.EnterKind
Packages that use EnterKind
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of EnterKind in org.ek9lang.compiler.phase5.lockanalysis
Subclasses with type arguments of type EnterKind in org.ek9lang.compiler.phase5.lockanalysisModifier and TypeClassDescriptionenumDistinguishes the two variants of MutexLock acquisition: blockingenter()vs non-blockingtryEnter().Methods in org.ek9lang.compiler.phase5.lockanalysis that return EnterKindModifier and TypeMethodDescriptionEnterCallSite.kind()Returns the value of thekindrecord component.static EnterKindReturns the enum constant of this class with the specified name.static EnterKind[]EnterKind.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 EnterKind