public class SMBOptions extends Object
Modifier and Type | Field and Description |
---|---|
static int |
allowed_modifier_changes_none |
static int |
allowed_modifier_changes_safe |
static int |
allowed_modifier_changes_unsafe |
Constructor and Description |
---|
SMBOptions(Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
int |
allowed_modifier_changes()
Allowed Modifier Changes --
.
|
boolean |
enabled()
Enabled --
.
|
boolean |
insert_null_checks()
Insert Null Checks --
.
|
boolean |
insert_redundant_casts()
Insert Redundant Casts --
.
|
public static final int allowed_modifier_changes_unsafe
public static final int allowed_modifier_changes_safe
public static final int allowed_modifier_changes_none
public boolean enabled()
public boolean insert_null_checks()
public boolean insert_redundant_casts()
public int allowed_modifier_changes()