com.android.dx.dex.cf
Class CfOptions

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

public class CfOptions
extends Object

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

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 Detail

CfOptions

public CfOptions()


Copyright © 2015. All rights reserved.