Searched refs:strs (Results 1 - 2 of 2) 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;
H A DJFlexXref.java520 String[] strs = new String[1];
521 strs[0] = "";
527 } else if (defs != null && defs.hasDefinitionAt(symbol, line, strs)) {
529 String type = strs[0];

Completed in 25 milliseconds