soot.jimple.toolkits.callgraph
Class VirtualCalls
java.lang.Object
soot.jimple.toolkits.callgraph.VirtualCalls
- public final class VirtualCalls
- extends java.lang.Object
Resolves virtual calls.
- Author:
- Ondrej Lhotak
Method Summary |
void |
resolve(Type t,
InstanceInvokeExpr iie,
NumberedString subSig,
SootMethod container,
ChunkedQueue targets)
|
void |
resolve(Type t,
InstanceInvokeExpr iie,
SootMethod container,
ChunkedQueue targets)
|
void |
resolveThread(Type t,
InstanceInvokeExpr iie,
SootMethod container,
ChunkedQueue targets)
|
static VirtualCalls |
v()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sigClinit
public final NumberedString sigClinit
sigStart
public final NumberedString sigStart
sigRun
public final NumberedString sigRun
VirtualCalls
public VirtualCalls(soot.Singletons.Global g)
v
public static VirtualCalls v()
resolve
public void resolve(Type t,
InstanceInvokeExpr iie,
NumberedString subSig,
SootMethod container,
ChunkedQueue targets)
resolve
public void resolve(Type t,
InstanceInvokeExpr iie,
SootMethod container,
ChunkedQueue targets)
resolveThread
public void resolveThread(Type t,
InstanceInvokeExpr iie,
SootMethod container,
ChunkedQueue targets)