FileDocCategorySizeDatePackage
Args.javaAPI DocAndroid 1.5 API1591Wed May 06 22:41:02 BST 2009com.android.dx.command.dump

Args

public class Args extends Object
contains command line parsedArgs values

Fields Summary
boolean
debug
whether to run in debug mode
boolean
rawBytes
whether to dump raw bytes where salient
boolean
basicBlocks
whether to dump information about basic blocks
boolean
ropBlocks
whether to dump regiserized blocks
boolean
ssaBlocks
whether to dump SSA-form blocks
String
ssaStep
Step in SSA processing to stop at, or null for all
boolean
optimize
whether to run SSA optimizations
boolean
strictParse
whether to be strict about parsing classfiles
int
width
max width for columnar output
boolean
dotDump
whether to dump flow-graph in "dot" format
String
method
if non-null, an explicit method to dump
Constructors Summary
Methods Summary