Home | History | Annotate | Download | only in src

Lines Matching refs:supr

214      ClassInfo supr = cl.realSuperclass();
215 if (supr != null) {
216 if (supr.isHidden()) {
229 + supr.qualifiedName());
231 cantStripThis(supr, notStrippable, "6:" + cl.realSuperclass().name()