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.


Constructor Summary
ClosedInvokeGraph()
           
 
Methods inherited from class soot.jimple.toolkits.invoke.InvokeGraph
addSite, addTarget, copyTargets, getDeclaringMethod, getSitesOf, getTargetsOf, getTargetsOf, getTransitiveTargetsOf, newMethodGraph, removeAllTargets, removeSite, removeTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosedInvokeGraph

public ClosedInvokeGraph()