public class DexFileModule extends Object implements com.ibm.wala.classLoader.Module
| Modifier and Type | Method and Description |
|---|---|
org.jf.dexlib.DexFile |
getDexFile() |
Iterator<com.ibm.wala.classLoader.ModuleEntry> |
getEntries() |
static DexFileModule |
make(File f) |
public static DexFileModule make(File f) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionpublic org.jf.dexlib.DexFile getDexFile()
public Iterator<com.ibm.wala.classLoader.ModuleEntry> getEntries()
getEntries in interface com.ibm.wala.classLoader.ModuleCopyright © 2017. All rights reserved.