@Generated(value="Saxonica v3.0", comments="from soot_options.xml") public class LCMOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
safety_medium |
static int |
safety_safe |
static int |
safety_unsafe |
| Constructor and Description |
|---|
LCMOptions(Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled()
Enabled
|
boolean |
naive_side_effect()
Naive Side Effect Tester --
Use a naive side effect analysis even if interprocedural
information is available.
|
int |
safety()
Safety
This option controls which fields and statements are candidates
for code motion.
|
boolean |
unroll()
Unroll
If true, perform loop inversion before doing the transformation.
|
public static final int safety_safe
public static final int safety_medium
public static final int safety_unsafe
public boolean enabled()
public boolean unroll()
public boolean naive_side_effect()
public int safety()
Copyright © 2020 Soot OSS. All rights reserved.