Uses of Class
org.jf.dexlib2.analysis.ClassProto
Packages that use ClassProto
-
Uses of ClassProto in org.jf.baksmali
Methods in org.jf.baksmali with parameters of type ClassProtoModifier and TypeMethodDescriptionprivate voidListVtablesCommand.listClassVtable(ClassProto classProto) -
Uses of ClassProto in org.jf.dexlib2.analysis
Methods in org.jf.dexlib2.analysis with parameters of type ClassProtoModifier and TypeMethodDescriptionprivate booleanClassProto.checkInterface(ClassProto other) This is a helper method for getCommonSuperclass It checks if this class is an interface, and if so, if other implements it.