Uses of Enum Class
org.ek9lang.compiler.phase5.lockanalysis.StepKind
Packages that use StepKind
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of StepKind in org.ek9lang.compiler.phase5.lockanalysis
Subclasses with type arguments of type StepKind in org.ek9lang.compiler.phase5.lockanalysisModifier and TypeClassDescriptionenumClassifies a single step in aDeadlockChain's rationale trace.Methods in org.ek9lang.compiler.phase5.lockanalysis that return StepKindModifier and TypeMethodDescriptionChainStep.kind()Returns the value of thekindrecord component.static StepKindReturns the enum constant of this class with the specified name.static StepKind[]StepKind.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 StepKind