Skip to content

Commit 01ed4f5

Browse files
committed
Add ability to set arg index of virtualedges
1 parent 24d52cb commit 01ed4f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/soot/jimple/toolkits/callgraph/VirtualEdgesSummaries.java

+4
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@ public boolean isBase() {
558558
public int getArgIndex() {
559559
return argIndex;
560560
}
561+
562+
public void setArgIndex(int value) {
563+
this.argIndex = value;
564+
}
561565

562566
public abstract VirtualEdgeTarget clone();
563567

0 commit comments

Comments
 (0)