public class SootMethodAndClass extends AbstractMethodAndClass
className, methodName, parameters, returnType| 构造器和说明 |
|---|
SootMethodAndClass(soot.SootMethod sm) |
SootMethodAndClass(SootMethodAndClass methodAndClass) |
SootMethodAndClass(String methodName,
String className,
String returnType,
List<String> parameters) |
SootMethodAndClass(String methodName,
String className,
String returnType,
String parameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
getClassName, getMethodName, getParameters, getReturnType, getSignature, getSubSignaturepublic SootMethodAndClass(String methodName, String className, String returnType, List<String> parameters)
public SootMethodAndClass(String methodName, String className, String returnType, String parameters)
public SootMethodAndClass(soot.SootMethod sm)
public SootMethodAndClass(SootMethodAndClass methodAndClass)
Copyright © 2022 Fraunhofer SIT. All rights reserved.