Class CfOptions

java.lang.Object
com.android.dx.dex.cf.CfOptions

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

    • positionInfo

      public int positionInfo
      how much source position info to preserve
    • localInfo

      public boolean localInfo
      whether to keep local variable information
    • strictNameCheck

      public boolean strictNameCheck
      whether strict file-name-vs-class-name checking should be done
    • optimize

      public boolean optimize
      whether to do SSA/register optimization
    • optimizeListFile

      public String optimizeListFile
      filename containing list of methods to optimize
    • dontOptimizeListFile

      public String dontOptimizeListFile
      filename containing list of methods not to optimize
    • statistics

      public boolean statistics
      whether to print statistics to stdout at end of compile cycle
    • warn

      public PrintStream warn
      where to issue warnings to
  • Constructor Details

    • CfOptions

      public CfOptions()