public class CallbackDefinition extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected soot.SootMethod |
parentMethod |
protected soot.SootMethod |
targetMethod |
| 构造器和说明 |
|---|
CallbackDefinition(soot.SootMethod targetMethod,
soot.SootMethod parentMethod)
Creates a new instance of the
CallbackDefinition class |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
soot.SootMethod |
getParentMethod()
Gets the parent method in the Android framework that causes the target method
to be a callback.
|
soot.SootMethod |
getTargetMethod()
Gets the callback method represented by this data object
|
int |
hashCode() |
String |
toString() |
protected final soot.SootMethod targetMethod
protected final soot.SootMethod parentMethod
public CallbackDefinition(soot.SootMethod targetMethod,
soot.SootMethod parentMethod)
CallbackDefinition classtargetMethod - The callback methodparentMethod - The parent method in the Android framework, e.g., in the
callback interface methodpublic soot.SootMethod getTargetMethod()
public soot.SootMethod getParentMethod()
Copyright © 2022 Fraunhofer SIT. All rights reserved.