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

/opengrok-sun/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.java367 String[] strs = new String[1];
368 strs[0] = "";
375 } else if (defs != null && defs.hasDefinitionAt(symbol, line, strs)) {
377 String type = strs[0];

Completed in 11 milliseconds