public class BaksmaliOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
accessorComments |
static int |
ALL |
boolean |
allowOdex |
static int |
ALLPOST |
static int |
ALLPRE |
int |
apiLevel |
static int |
ARGS |
org.jf.dexlib2.analysis.ClassPath |
classPath |
boolean |
codeOffsets |
boolean |
debugInfo |
boolean |
deodex |
static int |
DEST |
static int |
FULLMERGE |
boolean |
implicitReferences |
org.jf.dexlib2.analysis.InlineMethodResolver |
inlineResolver |
boolean |
localsDirective |
static int |
MERGE |
boolean |
normalizeVirtualMethods |
boolean |
parameterRegisters |
int |
registerInfo |
java.util.Map<java.lang.Integer,java.lang.String> |
resourceIds |
boolean |
sequentialLabels |
org.jf.dexlib2.util.SyntheticAccessorResolver |
syntheticAccessorResolver |
| Constructor and Description |
|---|
BaksmaliOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadResourceIds(java.util.Map<java.lang.String,java.io.File> resourceFiles)
Load the resource ids from a set of public.xml files.
|
public int apiLevel
public boolean parameterRegisters
public boolean localsDirective
public boolean sequentialLabels
public boolean debugInfo
public boolean codeOffsets
public boolean accessorComments
public boolean allowOdex
public boolean deodex
public boolean implicitReferences
public boolean normalizeVirtualMethods
public static final int ALL
public static final int ALLPRE
public static final int ALLPOST
public static final int ARGS
public static final int DEST
public static final int MERGE
public static final int FULLMERGE
public int registerInfo
public java.util.Map<java.lang.Integer,java.lang.String> resourceIds
public org.jf.dexlib2.analysis.InlineMethodResolver inlineResolver
public org.jf.dexlib2.analysis.ClassPath classPath
public org.jf.dexlib2.util.SyntheticAccessorResolver syntheticAccessorResolver
public void loadResourceIds(java.util.Map<java.lang.String,java.io.File> resourceFiles)
throws org.xml.sax.SAXException,
java.io.IOException
resourceFiles - A map of resource prefixes -> public.xml filesorg.xml.sax.SAXExceptionjava.io.IOException