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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java86 * @param strs type of definition(to be passed back to caller)
89 public boolean hasDefinitionAt(String symbol, int lineNumber, String[] strs) { argument
91 if (strs.length > 0) {
92 strs[0] = "none";
100 if (strs.length > 0) { //NOPMD
101 strs[0] = tag.type;

Completed in 7 milliseconds