Uses of Enum Class
org.ek9lang.compiler.phase5.lockanalysis.EdgeKind
Packages that use EdgeKind
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of EdgeKind in org.ek9lang.compiler.phase5.lockanalysis
Subclasses with type arguments of type EdgeKind in org.ek9lang.compiler.phase5.lockanalysisModifier and TypeClassDescriptionenumClassifies a call-graph edge by its threading semantics, perEK9_CONCURRENCY_MODEL.mdยง5.2.Methods in org.ek9lang.compiler.phase5.lockanalysis that return EdgeKindModifier and TypeMethodDescriptionEdgeKind.composeWith(EdgeKind next) Compose this edge kind with another along a call path.DeadlockChain.path()Returns the value of thepathrecord component.TransitiveEnterRecord.pathKind()Returns the value of thepathKindrecord component.static EdgeKindReturns the enum constant of this class with the specified name.static EdgeKind[]EdgeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.compiler.phase5.lockanalysis with parameters of type EdgeKindModifier and TypeMethodDescriptionEdgeKind.composeWith(EdgeKind next) Compose this edge kind with another along a call path.Constructors in org.ek9lang.compiler.phase5.lockanalysis with parameters of type EdgeKindModifierConstructorDescriptionDeadlockChain(String errorCode, List<ChainStep> steps, String outerLockIdentityId, String innerLockIdentityId, EdgeKind path) Creates an instance of aDeadlockChainrecord class.TransitiveEnterRecord(String enterSiteId, Set<String> lockIdentityIds, EdgeKind pathKind) Creates an instance of aTransitiveEnterRecordrecord class.