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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java94 * @param strs type of definition(to be passed back to caller)
97 public boolean hasDefinitionAt(String symbol, int lineNumber, String[] strs) { argument
99 if (strs.length > 0) {
100 strs[0] = "none";
108 if (strs.length > 0) { //NOPMD
109 strs[0] = tag.type;

Completed in 17 milliseconds