All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
void |
resolve(Type t,
Type declaredType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
resolve(Type t,
Type declaredType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
void |
resolve(Type t,
Type declaredType,
Type sigType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
resolve(Type t,
Type declaredType,
Type sigType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
protected void |
resolveLibrarySignature(Type declaredType,
Type sigType,
SootMethodRef callee,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly,
RefType base)
Deprecated.
|
SootMethod |
resolveNonSpecial(RefType t,
SootMethodRef callee) |
SootMethod |
resolveNonSpecial(RefType t,
SootMethodRef callee,
boolean appOnly) |
SootMethod |
resolveSpecial(SootMethodRef calleeRef,
SootMethod container) |
SootMethod |
resolveSpecial(SootMethodRef calleeRef,
SootMethod container,
boolean appOnly) |
void |
resolveSuperType(Type t,
Type declaredType,
SootMethodRef callee,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
static VirtualCalls |
v() |