|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.cf.CfOptions
public class CfOptions
A class to contain options passed into dex.cf
| Field Summary | |
|---|---|
String |
dontOptimizeListFile
filename containing list of methods not to optimize |
boolean |
localInfo
whether to keep local variable information |
boolean |
optimize
whether to do SSA/register optimization |
String |
optimizeListFile
filename containing list of methods to optimize |
int |
positionInfo
how much source position info to preserve |
boolean |
statistics
whether to print statistics to stdout at end of compile cycle |
boolean |
strictNameCheck
whether strict file-name-vs-class-name checking should be done |
PrintStream |
warn
where to issue warnings to |
| Constructor Summary | |
|---|---|
CfOptions()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int positionInfo
public boolean localInfo
public boolean strictNameCheck
public boolean optimize
public String optimizeListFile
public String dontOptimizeListFile
public boolean statistics
public PrintStream warn
| Constructor Detail |
|---|
public CfOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||