isUnmatch method

bool isUnmatch()

判断是否是不匹配

Implementation

bool isUnmatch() {
  return hitState == UNMATCH;
}