currentOperand

var currentOperand: L2Operand? = null

The current operand being transformed. It gets set before a dispatch and read afterward, allowing the dispatch operation to replace it.