Searched refs:supertypeIndex (Results 1 – 1 of 1) sorted by relevance
28 private final int supertypeIndex; field in ClassDef36 int supertypeIndex, int interfacesOffset, int sourceFileIndex, in ClassDef() argument42 this.supertypeIndex = supertypeIndex; in ClassDef()59 return supertypeIndex; in getSupertypeIndex()93 return typeIndex + " " + supertypeIndex; in toString()98 if (supertypeIndex != NO_INDEX) { in toString()99 result.append(" extends ").append(buffer.typeNames().get(supertypeIndex)); in toString()