|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.toolkits.callgraph.VirtualCallSite
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 |
public VirtualCallSite(Stmt stmt, SootMethod container)
Method Detail |
public Stmt getStmt()
public SootMethod getContainer()
public InstanceInvokeExpr getInstanceInvokeExpr()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |