public class CfOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
CfOptions() |
public int positionInfo
public boolean localInfo
public boolean strictNameCheck
public boolean optimize
public String optimizeListFile
public String dontOptimizeListFile
public boolean statistics
public PrintStream warn
Copyright © 2016. All Rights Reserved.