Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DReferenceType.java243 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in getFirstCommonSuperclass() local
245 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in getFirstCommonSuperclass()
247 t_sups[0] = Repository.lookupClass(other.getClassName()); in getFirstCommonSuperclass()
248 for (final JavaClass t_sup : t_sups) { in getFirstCommonSuperclass()
315 final JavaClass[] t_sups = new JavaClass[other_sups.length + 1]; in firstCommonSuperclass() local
317 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length); in firstCommonSuperclass()
319 t_sups[0] = Repository.lookupClass(other.getClassName()); in firstCommonSuperclass()
320 for (final JavaClass t_sup : t_sups) { in firstCommonSuperclass()