soot.options
Class CHAOptions

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

public class CHAOptions
extends Object

Option parser for Class Hierarchy Analysis.


Constructor Summary
CHAOptions(Map options)
           
 
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
 

Constructor Detail

CHAOptions

public CHAOptions(Map options)
Method Detail

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.