soot.options
Class JJOptions

java.lang.Object
  extended by soot.options.JJOptions

public class JJOptions
extends Object

Option parser for Java To Jimple Body Creation.


Constructor Summary
JJOptions(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

JJOptions

public JJOptions(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.