soot.options
Class JBOptions

java.lang.Object
  |
  +--soot.options.JBOptions

public class JBOptions
extends java.lang.Object

Option parser for Jimple Body Creation.


Constructor Summary
JBOptions(java.util.Map options)
           
 
Method Summary
 boolean enabled()
          Enabled -- .
 boolean use_original_names()
          Use Original Names -- .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBOptions

public JBOptions(java.util.Map options)
Method Detail

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.