addEntitiesFromRead

abstract fun addEntitiesFromRead(readOperand: L2ReadOperand<*>, accumulatingSet: MutableSet<L2EntityAndKind>)

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

Parameters

readOperand

The L2ReadOperand to examine.

accumulatingSet

A Set into which to accumulate the read entities.