get Definitions
fun <R : L2Register> getDefinitions(semanticValue: L2SemanticValue): List<R>
Content copied to clipboard
Retrieve all L2Registers known to contain the given L2SemanticValue. Narrow it to just those registers whose definitions all include that semantic value.
Return
A List of the requested L2Registers.
Parameters
semantic Value
The L2SemanticValue being examined.