FileDocCategorySizeDatePackage
CfOptions.javaAPI DocAndroid 1.5 API1626Wed May 06 22:41:02 BST 2009com.android.dx.dex.cf

CfOptions

public class CfOptions extends Object
A class to contain options passed into dex.cf

Fields Summary
public int
positionInfo
how much source position info to preserve
public boolean
localInfo
whether to keep local variable information
public boolean
strictNameCheck
whether strict file-name-vs-class-name checking should be done
public boolean
optimize
whether to do SSA/register optimization
public String
optimizeListFile
filename containing list of methods to optimize
public String
dontOptimizeListFile
filename containing list of methods not to optimize
public boolean
statistics
whether to print statistics to stdout at end of compile cycle
public PrintStream
warn
where to issue warnings to
Constructors Summary
Methods Summary