Fields Summary |
---|
public int | positionInfohow much source position info to preserve |
public boolean | localInfowhether to keep local variable information |
public boolean | strictNameCheckwhether strict file-name-vs-class-name checking should be done |
public boolean | optimizewhether to do SSA/register optimization |
public String | optimizeListFilefilename containing list of methods to optimize |
public String | dontOptimizeListFilefilename containing list of methods not to optimize |
public boolean | statisticswhether to print statistics to stdout at end of compile cycle |
public PrintStream | warnwhere to issue warnings to |