isMatch method

bool isMatch()

判断是否完全匹配

Implementation

bool isMatch() {
  return (hitState & MATCH) > 0;
}