class IDL::Expression::Operation::Mult

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

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