void |
VirtualCalls.resolve(Type t,
Type declaredType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
VirtualCalls.resolve(Type t,
Type declaredType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
void |
VirtualCalls.resolve(Type t,
Type declaredType,
Type sigType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
VirtualCalls.resolve(Type t,
Type declaredType,
Type sigType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
protected void |
VirtualCalls.resolveLibrarySignature(Type declaredType,
Type sigType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly,
RefType base)
Deprecated.
|
void |
VirtualCalls.resolveSuperType(Type t,
Type declaredType,
SootMethodRef callee,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |