Searched defs:supertypeIndex (Results 1 - 1 of 1) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DClassDef.java28 private final int supertypeIndex; field in class:ClassDef
36 int supertypeIndex, int interfacesOffset, int sourceFileIndex,
42 this.supertypeIndex = supertypeIndex;
59 return supertypeIndex;
92 return typeIndex + " " + supertypeIndex;
97 if (supertypeIndex != NO_INDEX) {
98 result.append(" extends ").append(buffer.typeNames().get(supertypeIndex));
35 ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, int supertypeIndex, int interfacesOffset, int sourceFileIndex, int annotationsOffset, int classDataOffset, int staticValuesOffset) argument

Completed in 226 milliseconds