Class UnaryOperationGeneratorWithProcessor

All Implemented Interfaces:
Function<ExprProcessingDetails,List<IRInstr>>

final class UnaryOperationGeneratorWithProcessor extends UnaryOperationGenerator
Wrapper for UnaryOperationGenerator that injects the recursive expression processor. This allows the generator to handle complex nested expressions like -(-x) or -(a + b).