Searched refs:this_sups (Results 1 – 1 of 1) sorted by relevance
242 final JavaClass[] this_sups = new JavaClass[thiz_sups.length + 1]; in getFirstCommonSuperclass() local244 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() local316 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()