Searched refs:other_sups (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java262 JavaClass[] other_sups = Repository.getSuperClasses(other.getClassName());
264 if ((thiz_sups == null) || (other_sups == null)) {
270 JavaClass[] t_sups = new JavaClass[other_sups.length + 1];
272 System.arraycopy(other_sups, 0, t_sups, 1, other_sups.length);
329 JavaClass[] other_sups = Repository.getSuperClasses(other.getClassName());
331 if ((thiz_sups == null) || (other_sups == null)) {
337 JavaClass[] t_sups = new JavaClass[other_sups.length + 1];
339 System.arraycopy(other_sups, 0, t_sups, 1, other_sups
[all...]

Completed in 22 milliseconds