Searched refs:termRegexp (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/search/context/
H A DRegexpMatcher.java40 private final Pattern termRegexp; field in class:RegexpMatcher
51 this.termRegexp = regexp;
56 return (termRegexp != null && termRegexp.matcher(line).matches() )

Completed in 7 milliseconds