Package org.jf.dexlib2.rewriter
Class DexFileRewriter.RewrittenDexFile
java.lang.Object
org.jf.dexlib2.rewriter.DexFileRewriter.RewrittenDexFile
- All Implemented Interfaces:
DexFile
- Enclosing class:
DexFileRewriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a set of the classes defined in this dex file.Get the Opcodes associated with this dex file
-
Field Details
-
dexFile
-
-
Constructor Details
-
RewrittenDexFile
-
-
Method Details
-
getClasses
Description copied from interface:DexFileGet a set of the classes defined in this dex file. The classes in the returned set will all have unique types.- Specified by:
getClassesin interfaceDexFile- Returns:
- A set of the classes defined in this dex file
-
getOpcodes
Description copied from interface:DexFileGet the Opcodes associated with this dex file- Specified by:
getOpcodesin interfaceDexFile- Returns:
- The Opcodes instance representing the possible opcodes that can be encountered in this dex file
-