public interface DexFile
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends ClassDef> |
getClasses()
Get a set of the classes defined in this dex file.
|
Opcodes |
getOpcodes()
Get the Opcodes associated with this dex file
|
@Nonnull java.util.Set<? extends ClassDef> getClasses()
@Nonnull Opcodes getOpcodes()