class IDL::Expression::Operation::And

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

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