public class SIOptions
extends java.lang.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 |
|---|
SIOptions(java.util.Map options) |
| Modifier and Type | Method and Description |
|---|---|
int |
allowed_modifier_changes()
Allowed Modifier Changes --
.
|
boolean |
enabled()
Enabled --
.
|
float |
expansion_factor()
Expansion Factor --
.
|
boolean |
insert_null_checks()
Insert Null Checks --
.
|
boolean |
insert_redundant_casts()
Insert Redundant Casts --
.
|
int |
max_container_size()
Max Container Size --
.
|
int |
max_inlinee_size()
Max Inlinee Size --
.
|
boolean |
rerun_jb()
Reconstruct Jimple body after inlining --
.
|
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 rerun_jb()
public boolean insert_null_checks()
public boolean insert_redundant_casts()
public int max_container_size()
public int max_inlinee_size()
public float expansion_factor()
public int allowed_modifier_changes()
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.