Uses of Record Class
org.ek9lang.compiler.phase5.lockanalysis.FunctionLockSummary
Packages that use FunctionLockSummary
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of FunctionLockSummary in org.ek9lang.compiler.phase5.lockanalysis
Methods in org.ek9lang.compiler.phase5.lockanalysis that return FunctionLockSummaryModifier and TypeMethodDescriptionstatic FunctionLockSummaryConvenience factory producing an empty summary backed by mutable collections.LockAnalysis.lookupSummary(String functionFqn) Methods in org.ek9lang.compiler.phase5.lockanalysis that return types with arguments of type FunctionLockSummaryMethods in org.ek9lang.compiler.phase5.lockanalysis with parameters of type FunctionLockSummaryModifier and TypeMethodDescriptionvoidLockAnalysis.putSummary(String functionFqn, FunctionLockSummary summary)