public interface SootMethodInterface
SootMethod (resolved method) and SootMethodRef (unresolved method). Therefore it
allows to access the properties independently whether the method is a resolved one or not.| Modifier and Type | Method and Description |
|---|---|
SootClass |
getDeclaringClass() |
String |
getName() |
Type |
getParameterType(int i) |
List<Type> |
getParameterTypes() |
Type |
getReturnType() |
String |
getSignature() |
boolean |
isStatic() |
SootClass getDeclaringClass()
SootMethod/SootMethodRefString getName()
Type getParameterType(int i)
Type getReturnType()
boolean isStatic()
String getSignature()
Copyright © 2020 Soot OSS. All rights reserved.