Home | History | Annotate | Download | only in doclava

Lines Matching refs:getPrintableName

754   private static String getPrintableName(ClassInfo cl) {
760 return getPrintableName(containingClass) + '$' + baseName;
787 stream.println(getPrintableName(cl));