Home | History | Annotate | Download | only in src

Lines Matching refs:label

34     public String label;
74 * error, it logs it and fills in href and label with error text.
134 result.label = text.substring(index);
300 result.label = result.label + "/" + ref + "/" + mem + '/';
303 result.label += params[i] + "|";
313 result.label = result.label
338 result.label = matcher.group(1);
351 result.label = matcher.group(2);
356 if (result.label.length() == 0) {
358 result.label = result.packageInfo.name();
363 if (result.label.length() == 0) {
364 result.label = result.classInfo.name();
376 if (result.label.length() == 0) {
377 result.label = result.referencedMemberName;
401 "Link to hidden class: " + text.trim() + " label=" + result.label);
437 if (this.label == null) {
438 this.label = "";
440 this.labellabel + "/" + text.trim() + ")";