- Common ways to obtain DexBackedClassDef
private void myMethod () {DexBackedClassDef d =
DexBackedDexFile dexBackedDexFile;DexBackedDexFile dexBackedDexFile2;new DexBackedClassDef(dexBackedDexFile, dexBackedDexFile2.getClassDefItemOffset(classIndex))
- Smart code suggestions by Codota
}
@Nonnull @Override public Iterable<? extends DexBackedMethod> getDirectMethods() { return getDirectMethods(true); }
@Nonnull @Override public Iterable<? extends DexBackedMethod> getMethods() { return Iterables.concat(getDirectMethods(), getVirtualMethods()); }
@Nonnull @Override public Iterable<? extends DexBackedMethod> getDirectMethods() { return getDirectMethods(true); }
@Nonnull @Override public Iterable<? extends DexBackedMethod> getDirectMethods() { return getDirectMethods(true); }
@Nonnull @Override public Iterable<? extends DexBackedMethod> getMethods() { return Iterables.concat(getDirectMethods(), getVirtualMethods()); }
@Nonnull @Override public Iterable<? extends DexBackedMethod> getMethods() { return Iterables.concat(getDirectMethods(), getVirtualMethods()); }
Set<? extends Method> modifieds = null; if (classDef instanceof DexBackedClassDef) { directMethods = ((DexBackedClassDef) classDef).getDirectMethods(false); modifieds = (Set<? extends Method>) DexDiffInfo.modifiedMethods; } else {
directMethods = ((DexBackedClassDef)classDef).getDirectMethods(false); } else { directMethods = classDef.getDirectMethods();
directMethods = ((DexBackedClassDef)classDef).getDirectMethods(false); } else { directMethods = classDef.getDirectMethods();
directMethods = ((DexBackedClassDef)classDef).getDirectMethods(false); } else { directMethods = classDef.getDirectMethods();