@Generated(value="Saxonica v3.0", comments="from soot_options.xml") public class CPOptions extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Enabled
|
boolean |
only_regular_locals()
Only Regular Locals
Only propagate copies through ``regular'' locals, that is, those
declared in the source bytecode.
|
boolean |
only_stack_locals()
Only Stack Locals
Only propagate copies through locals that represent stack
locations in the original bytecode.
|
public boolean enabled()
public boolean only_regular_locals()
public boolean only_stack_locals()
Copyright © 2021 Soot OSS. All rights reserved.