Uses of Enum Class
org.ek9lang.compiler.phase5.lockanalysis.IdentityOrigin
Packages that use IdentityOrigin
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of IdentityOrigin in org.ek9lang.compiler.phase5.flow
Methods in org.ek9lang.compiler.phase5.flow with parameters of type IdentityOriginModifier and TypeMethodDescriptionLockIdentityInference.stableIdFor(Object token, IdentityOrigin origin) Produce a deterministic string identifier for the given token, suitable for foreign-key references in theLockAnalysisschema and for JSON output to MCP consumers. -
Uses of IdentityOrigin in org.ek9lang.compiler.phase5.lockanalysis
Subclasses with type arguments of type IdentityOrigin in org.ek9lang.compiler.phase5.lockanalysisModifier and TypeClassDescriptionenumClassifies where a lock-identity descriptor originates.Methods in org.ek9lang.compiler.phase5.lockanalysis that return IdentityOriginModifier and TypeMethodDescriptionLockIdentityDescriptor.origin()Returns the value of theoriginrecord component.static IdentityOriginReturns the enum constant of this class with the specified name.static IdentityOrigin[]IdentityOrigin.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 IdentityOriginModifierConstructorDescriptionLockIdentityDescriptor(String stableId, IdentityOrigin origin, ISymbol originSymbol, IToken originLocation, String displayName) Creates an instance of aLockIdentityDescriptorrecord class.