class IDL::Expression::Operation::Mult

def calculate(lop, rop)

def calculate(lop, rop)
  lop * rop
end