addEntitiesFromWrite

abstract fun addEntitiesFromWrite(writeOperand: L2WriteOperand<*>, accumulatingSet: MutableSet<L2EntityAndKind>)

Extract each L2EntityAndKind that this policy is concerned with from the given L2WriteOperand.

Parameters

writeOperand

The L2WriteOperand to examine.

accumulatingSet

A Set into which to accumulate the written entities.