Fields Summary |
---|
boolean | debugwhether to run in debug mode |
boolean | rawByteswhether to dump raw bytes where salient |
boolean | basicBlockswhether to dump information about basic blocks |
boolean | ropBlockswhether to dump regiserized blocks |
boolean | ssaBlockswhether to dump SSA-form blocks |
String | ssaStepStep in SSA processing to stop at, or null for all |
boolean | optimizewhether to run SSA optimizations |
boolean | strictParsewhether to be strict about parsing classfiles |
int | widthmax width for columnar output |
boolean | dotDumpwhether to dump flow-graph in "dot" format |
String | methodif non-null, an explicit method to dump |