public class CfOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.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
|
java.lang.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
|
java.io.PrintStream |
warn
where to issue warnings to
|
| Constructor and Description |
|---|
CfOptions() |
public int positionInfo
public boolean localInfo
public boolean strictNameCheck
public boolean optimize
public java.lang.String optimizeListFile
public java.lang.String dontOptimizeListFile
public boolean statistics
public java.io.PrintStream warn
Copyright © 2020. All Rights Reserved.