Uses of Record Class
org.ek9lang.compiler.phase5.lockanalysis.EnterCallSite
Packages that use EnterCallSite
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of EnterCallSite in org.ek9lang.compiler.phase5.lockanalysis
Methods in org.ek9lang.compiler.phase5.lockanalysis that return types with arguments of type EnterCallSiteModifier and TypeMethodDescriptionFunctionLockSummary.directEnters()Returns the value of thedirectEntersrecord component.LockAnalysis.enterSites()Methods in org.ek9lang.compiler.phase5.lockanalysis with parameters of type EnterCallSiteConstructor parameters in org.ek9lang.compiler.phase5.lockanalysis with type arguments of type EnterCallSiteModifierConstructorDescriptionFunctionLockSummary(ISymbol function, List<EnterCallSite> directEnters, List<MutexKeyBody> directKeyBodies, Set<TransitiveEnterRecord> mayEnter) Creates an instance of aFunctionLockSummaryrecord class.