Home
last modified time | relevance | path

Searched refs:this_sups (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DReferenceType.java242 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in getFirstCommonSuperclass() local
244 System.arraycopy(thiz_sups, 0, this_sups, 1, thiz_sups.length); in getFirstCommonSuperclass()
246 this_sups[0] = Repository.lookupClass(thiz.getClassName()); in getFirstCommonSuperclass()
249 for (final JavaClass this_sup : this_sups) { in getFirstCommonSuperclass()
314 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in firstCommonSuperclass() local
316 System.arraycopy(thiz_sups, 0, this_sups, 1, thiz_sups.length); in firstCommonSuperclass()
318 this_sups[0] = Repository.lookupClass(thiz.getClassName()); in firstCommonSuperclass()
321 for (final JavaClass this_sup : this_sups) { in firstCommonSuperclass()