soot.options
Class CHAOptions
java.lang.Object
   soot.options.CHAOptions
soot.options.CHAOptions
- public class CHAOptions 
- extends Object
Option parser for Class Hierarchy Analysis.
 
| Method Summary | 
|  boolean | enabled()Enabled --
 .
 | 
|  boolean | verbose()Verbose --
 Print statistics about the resulting call graph.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CHAOptions
public CHAOptions(Map options)
enabled
public boolean enabled()
- Enabled --
 .
 
- 
 
verbose
public boolean verbose()
- Verbose --
 Print statistics about the resulting call graph.
 Setting this option to true causes Soot to print out statistics 
 about the call graph computed by this phase, such as the number 
 of methods determined to be reachable.
 
-