Package org.jf.dexlib2.analysis
Interface TypeProto
- All Known Implementing Classes:
ArrayProto,ClassProto,PrimitiveProto,UnknownClassProto
public interface TypeProto
-
Method Summary
Modifier and TypeMethodDescriptionintgetCommonSuperclass(TypeProto other) getFieldByOffset(int fieldOffset) getMethodByVtableIndex(int vtableIndex) getType()booleanimplementsInterface(String iface) boolean
-
Method Details
-
getClassPath
-
getType
-
isInterface
boolean isInterface() -
implementsInterface
-
getSuperclass
-
getCommonSuperclass
-
getFieldByOffset
-
getMethodByVtableIndex
-
findMethodIndexInVtable
-