Uses of Class
org.jf.dexlib2.dexbacked.DexBackedMethod
Packages that use DexBackedMethod
-
Uses of DexBackedMethod in org.jf.dexlib2.dexbacked
Fields in org.jf.dexlib2.dexbacked declared as DexBackedMethodMethods in org.jf.dexlib2.dexbacked that return types with arguments of type DexBackedMethodModifier and TypeMethodDescriptionIterable<? extends DexBackedMethod> DexBackedClassDef.getDirectMethods()Iterable<? extends DexBackedMethod> DexBackedClassDef.getDirectMethods(boolean skipDuplicates) Iterable<? extends DexBackedMethod> DexBackedClassDef.getMethods()Iterable<? extends DexBackedMethod> DexBackedClassDef.getVirtualMethods()Iterable<? extends DexBackedMethod> DexBackedClassDef.getVirtualMethods(boolean skipDuplicates) Methods in org.jf.dexlib2.dexbacked with parameters of type DexBackedMethodModifier and TypeMethodDescriptionprotected DexBackedMethodImplementationCDexBackedDexFile.createMethodImplementation(DexBackedDexFile dexFile, DexBackedMethod method, int codeOffset) protected DexBackedMethodImplementationDexBackedDexFile.createMethodImplementation(DexBackedDexFile dexFile, DexBackedMethod method, int codeOffset) Constructors in org.jf.dexlib2.dexbacked with parameters of type DexBackedMethodModifierConstructorDescriptionCDexBackedMethodImplementation(DexBackedDexFile dexFile, DexBackedMethod method, int codeOffset) protectedDexBackedMethodImplementation(DexBackedDexFile dexFile, DexBackedMethod method, int codeOffset)