Uses of Record Class
org.ek9lang.compiler.phase5.lockanalysis.ReceiverObjectPath
Packages that use ReceiverObjectPath
Package
Description
Data model for slice-2 deadlock detection analysis results.
-
Uses of ReceiverObjectPath in org.ek9lang.compiler.phase5.lockanalysis
Methods in org.ek9lang.compiler.phase5.lockanalysis that return ReceiverObjectPathModifier and TypeMethodDescriptionLockAnalysis.lookupReceiverObject(String enterSiteStableId) The receiver object for an enter site, ornullwhen the lock is not field-rooted (parameter/allocation-rooted) or the object was not extracted.Methods in org.ek9lang.compiler.phase5.lockanalysis with parameters of type ReceiverObjectPathModifier and TypeMethodDescriptionvoidLockAnalysis.recordReceiverObject(String enterSiteStableId, ReceiverObjectPath object) Record the field-rooted receiver object for an enter site (Stage-3 Phase 2).