add Entities From Read
abstract fun addEntitiesFromRead(readOperand: L2ReadOperand<*>, accumulatingSet: MutableSet<L2EntityAndKind>)
Content copied to clipboard
Extract each L2EntityAndKind that this policy is concerned with from the given L2ReadOperand.
Parameters
read Operand
The L2ReadOperand to examine.
accumulating Set
A Set into which to accumulate the read entities.