Package org.jf.baksmali
Class BaksmaliOptions
java.lang.Object
org.jf.baksmali.BaksmaliOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic final intbooleanstatic final intstatic final intintstatic final intbooleanbooleanbooleanstatic final intstatic final intbooleanbooleanstatic final intbooleanbooleanintboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadResourceIds(Map<String, File> resourceFiles) Load the resource ids from a set of public.xml files.
-
Field Details
-
apiLevel
public int apiLevel -
parameterRegisters
public boolean parameterRegisters -
localsDirective
public boolean localsDirective -
sequentialLabels
public boolean sequentialLabels -
debugInfo
public boolean debugInfo -
codeOffsets
public boolean codeOffsets -
accessorComments
public boolean accessorComments -
allowOdex
public boolean allowOdex -
deodex
public boolean deodex -
implicitReferences
public boolean implicitReferences -
normalizeVirtualMethods
public boolean normalizeVirtualMethods -
ALL
public static final int ALL- See Also:
-
ALLPRE
public static final int ALLPRE- See Also:
-
ALLPOST
public static final int ALLPOST- See Also:
-
ARGS
public static final int ARGS- See Also:
-
DEST
public static final int DEST- See Also:
-
MERGE
public static final int MERGE- See Also:
-
FULLMERGE
public static final int FULLMERGE- See Also:
-
registerInfo
public int registerInfo -
resourceIds
-
inlineResolver
-
classPath
-
syntheticAccessorResolver
-
-
Constructor Details
-
BaksmaliOptions
public BaksmaliOptions()
-
-
Method Details
-
loadResourceIds
Load the resource ids from a set of public.xml files.- Parameters:
resourceFiles- A map of resource prefixes -> public.xml files- Throws:
SAXExceptionIOException
-