Searched defs:keywords (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java535 * @param keywords a set of keywords recognized by this analyzer (no links
540 protected void writeSymbol(String symbol, Set<String> keywords, int line) argument
542 writeSymbol(symbol, keywords, line, true);
549 * @param keywords a set of keywords recognized by this analyzer (no links
556 String symbol, Set<String> keywords, int line, boolean caseSensitive)
563 if (keywords != null && keywords.contains( check )) {
555 writeSymbol( String symbol, Set<String> keywords, int line, boolean caseSensitive) argument

Completed in 13 milliseconds