soot.jimple.toolkits.callgraph
Class VirtualCallSite

java.lang.Object
  |
  +--soot.jimple.toolkits.callgraph.VirtualCallSite

public class VirtualCallSite
extends java.lang.Object

Holds relevant information about a particular virtual call site.


Constructor Summary
VirtualCallSite(Stmt stmt, SootMethod container)
           
 
Method Summary
 SootMethod getContainer()
           
 InstanceInvokeExpr getInstanceInvokeExpr()
           
 Stmt getStmt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualCallSite

public VirtualCallSite(Stmt stmt,
                       SootMethod container)
Method Detail

getStmt

public Stmt getStmt()

getContainer

public SootMethod getContainer()

getInstanceInvokeExpr

public InstanceInvokeExpr getInstanceInvokeExpr()