soot.jimple.toolkits.invoke
Class ClosedInvokeGraph

java.lang.Object
  |
  +--soot.jimple.toolkits.invoke.InvokeGraph
        |
        +--soot.jimple.toolkits.invoke.ClosedInvokeGraph

public class ClosedInvokeGraph
extends InvokeGraph

An invoke graph which (thinks it) knows about the whole world.


Field Summary
 
Fields inherited from class soot.jimple.toolkits.invoke.InvokeGraph
mcg
 
Constructor Summary
ClosedInvokeGraph()
           
 
Methods inherited from class soot.jimple.toolkits.invoke.InvokeGraph
addSite, addTarget, computeStats, containsSite, copyTargets, getAllSites, getCallingSitesOf, getDeclaringMethod, getReachableMethods, getSitesOf, getTargetsOf, getTargetsOf, getTransitiveTargetsOf, newMethodGraph, newMethodGraph, numOfMethods, refreshReachableMethods, removeAllTargets, removeSite, removeTarget, setReachableMethods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosedInvokeGraph

public ClosedInvokeGraph()