|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.options.SIOptions
public class SIOptions
Option parser for Static Inliner.
Field Summary | |
---|---|
static int |
allowed_modifier_changes_none
|
static int |
allowed_modifier_changes_safe
|
static int |
allowed_modifier_changes_unsafe
|
Constructor Summary | |
---|---|
SIOptions(Map options)
|
Method Summary | |
---|---|
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 -- . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int allowed_modifier_changes_unsafe
public static final int allowed_modifier_changes_safe
public static final int allowed_modifier_changes_none
Constructor Detail |
---|
public SIOptions(Map options)
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |