public static class VirtualEdgesSummaries.InstanceinvokeSource extends VirtualEdgesSummaries.VirtualEdgeSource
| Constructor and Description |
|---|
InstanceinvokeSource(RefType declaringType,
String subSignature)
Creates a new instance of the
VirtualEdgesSummaries.InstanceinvokeSource class based on a method that is being invoked on the
current object instance |
InstanceinvokeSource(Stmt invokeStmt)
Convenience constructor that extracts the subsignature of the callee from a call site statement
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RefType |
getDeclaringType() |
MethodSubSignature |
getSubSignature() |
int |
hashCode() |
String |
toString() |
public InstanceinvokeSource(RefType declaringType, String subSignature)
VirtualEdgesSummaries.InstanceinvokeSource class based on a method that is being invoked on the
current object instancedeclaringType - A type where the method with the subsignature is declared.subSignature - The subsignature of the method that is invokedpublic InstanceinvokeSource(Stmt invokeStmt)
invokeStmt - The statement at the call sitepublic RefType getDeclaringType()
public MethodSubSignature getSubSignature()
Copyright © 2024 Soot OSS. All rights reserved.