public class JBTROptions extends Object
Constructor and Description |
---|
JBTROptions(Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
compare_type_assigners()
Compare type assigners --
Compares Ben Bellamy's and the older type assigner.
|
boolean |
enabled()
Enabled --
.
|
boolean |
ignore_nullpointer_dereferences()
Ignore Nullpointer Dereferences --
Ignores virtual method calls on base objects that may only be
null.
|
boolean |
use_older_type_assigner()
Use older type assigner --
Enables the older type assigner.
|
public boolean enabled()
public boolean use_older_type_assigner()
public boolean compare_type_assigners()
public boolean ignore_nullpointer_dereferences()