class IDL::Expression::Operation::Add

def calculate(lop, rop); lop + rop; end

def calculate(lop, rop); lop + rop; end