public class ABCOptions extends Object
Constructor and Description |
---|
ABCOptions(Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
add_color_tags()
Add Color Tags --
Add color tags to results of array bound check analysis..
|
boolean |
enabled()
Enabled --
.
|
boolean |
profiling()
Profiling --
Profile the results of array bounds check analysis..
|
boolean |
with_all()
With All --
.
|
boolean |
with_arrayref()
With Array References --
.
|
boolean |
with_classfield()
With Class Field --
.
|
boolean |
with_cse()
With Common Sub-expressions --
.
|
boolean |
with_fieldref()
With Field References --
.
|
boolean |
with_rectarray()
With Rectangular Array --
.
|
public boolean enabled()
public boolean with_all()
public boolean with_cse()
public boolean with_arrayref()
public boolean with_fieldref()
public boolean with_classfield()
public boolean with_rectarray()
public boolean profiling()
public boolean add_color_tags()