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