transformOperand

open fun <O : L2Operand> transformOperand(operand: O): O

Produce a transformed copy of the given L2Operand, strengthened to a suitable type. NOT thread-safe for multiple threads using the same inliner.

Return

The transformed L2Operand, also of type O.

Parameters

operand

The original L2Operand to transform of type O.

O

The L2Operand subtype.