public class VirtualCalls extends Object
| Constructor and Description |
|---|
VirtualCalls(View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
resolve(Type t,
Type declaredType,
MethodSubSignature subSig,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
resolve(Type t,
Type declaredType,
Type sigType,
MethodSubSignature subSig,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
resolve(Type t,
Type declaredType,
Type sigType,
MethodSubSignature subSig,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
SootMethod |
resolveNonSpecial(ClassType t,
MethodSubSignature subSig) |
SootMethod |
resolveNonSpecial(ClassType t,
MethodSubSignature subSig,
boolean appOnly) |
SootMethod |
resolveSpecial(JSpecialInvokeExpr iie,
MethodSubSignature subSig,
SootMethod container) |
SootMethod |
resolveSpecial(JSpecialInvokeExpr iie,
MethodSubSignature subSig,
SootMethod container,
boolean appOnly) |
protected View view
public VirtualCalls(View view)
public SootMethod resolveSpecial(JSpecialInvokeExpr iie, MethodSubSignature subSig, SootMethod container)
public SootMethod resolveSpecial(JSpecialInvokeExpr iie, MethodSubSignature subSig, SootMethod container, boolean appOnly)
public SootMethod resolveNonSpecial(ClassType t, MethodSubSignature subSig)
public SootMethod resolveNonSpecial(ClassType t, MethodSubSignature subSig, boolean appOnly)
public void resolve(Type t, Type declaredType, MethodSubSignature subSig, SootMethod container, ChunkedQueue<SootMethod> targets)
public void resolve(Type t, Type declaredType, Type sigType, MethodSubSignature subSig, SootMethod container, ChunkedQueue<SootMethod> targets)
public void resolve(Type t, Type declaredType, Type sigType, MethodSubSignature subSig, SootMethod container, ChunkedQueue<SootMethod> targets, boolean appOnly)
Copyright © 2024 Soot OSS. All rights reserved.