Uses of Record Class
org.ek9lang.compiler.phase5.lockanalysis.LockPrecedenceGraph.Edge
Packages that use LockPrecedenceGraph.Edge
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of LockPrecedenceGraph.Edge in org.ek9lang.compiler.phase5.lockanalysis
Methods in org.ek9lang.compiler.phase5.lockanalysis that return types with arguments of type LockPrecedenceGraph.EdgeModifier and TypeMethodDescriptionAll edges leaving the given node (empty if none).LockPrecedenceGraph.edgesInCycle(Set<String> cycle) Edges of the graph whose endpoints both lie in the given cycle — these are the edges that participate in the deadlock-capable acquisition pattern.