soot.options
Class JBOptions
java.lang.Object
soot.options.JBOptions
public class JBOptions
- extends Object
Option parser for Jimple Body Creation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBOptions
public JBOptions(Map options)
enabled
public boolean enabled()
- Enabled --
.
use_original_names
public boolean use_original_names()
- Use Original Names --
.
Retain the original names for local variables when the source
includes those names. Otherwise, Soot gives variables generic
names based on their types.