Package org.jf.dexlib2.analysis
Class PrimitiveProto
java.lang.Object
org.jf.dexlib2.analysis.PrimitiveProto
- All Implemented Interfaces:
TypeProto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCommonSuperclass(TypeProto other) getFieldByOffset(int fieldOffset) getMethodByVtableIndex(int vtableIndex) getType()booleanimplementsInterface(String iface) booleantoString()
-
Field Details
-
classPath
-
type
-
-
Constructor Details
-
PrimitiveProto
-
-
Method Details
-
toString
-
getClassPath
- Specified by:
getClassPathin interfaceTypeProto
-
getType
-
isInterface
public boolean isInterface()- Specified by:
isInterfacein interfaceTypeProto
-
implementsInterface
- Specified by:
implementsInterfacein interfaceTypeProto
-
getSuperclass
- Specified by:
getSuperclassin interfaceTypeProto
-
getCommonSuperclass
- Specified by:
getCommonSuperclassin interfaceTypeProto
-
getFieldByOffset
- Specified by:
getFieldByOffsetin interfaceTypeProto
-
getMethodByVtableIndex
- Specified by:
getMethodByVtableIndexin interfaceTypeProto
-
findMethodIndexInVtable
- Specified by:
findMethodIndexInVtablein interfaceTypeProto
-