public interface SootMethodRef
Modifier and Type | Method and Description |
---|---|
SootClass |
declaringClass() |
java.lang.String |
getSignature() |
NumberedString |
getSubSignature() |
boolean |
isStatic() |
java.lang.String |
name() |
Type |
parameterType(int i) |
java.util.List<Type> |
parameterTypes() |
SootMethod |
resolve()
Resolves this method call, i.e., finds the method to which this reference
points.
|
Type |
returnType() |
SootMethod |
tryResolve()
Tries to resolve this method call, i.e., tries to finds the method to
which this reference points.
|
SootClass declaringClass()
java.lang.String name()
java.util.List<Type> parameterTypes()
Type returnType()
boolean isStatic()
NumberedString getSubSignature()
java.lang.String getSignature()
Type parameterType(int i)
SootMethod resolve()
SootMethod tryResolve()