Class BinaryOperationGeneratorWithProcessor

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

final class BinaryOperationGeneratorWithProcessor extends BinaryOperationGenerator
Wrapper for BinaryOperationGenerator that injects the recursive expression processor. This allows the generator to handle complex nested expressions like (a + b) - (c * d).