Skip to content

Commit

Permalink
Merge branch 'develop' into feat/parameter_count
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyw979 authored Jan 6, 2025
2 parents 13be056 + b07b544 commit 338ea8f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/callgraphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ You can construct a call graph with Qilin as follows:

==="SootUp"

```java
String MAINCLASS = "dacapo.antlr.Main"; // just an example
PTAPattern ptaPattern = new PTAPattern("insens"); // "2o"=>2OBJ, "1c"=>1CFA, etc.
PTA pta = PTAFactory.createPTA(ptaPattern, view, MAINCLASS);
pta.run();
CallGraph cg = pta.getCallGraph();
```
```java
String MAINCLASS = "dacapo.antlr.Main"; // just an example
PTAPattern ptaPattern = new PTAPattern("insens"); // "2o"=>2OBJ, "1c"=>1CFA, etc.
PTA pta = PTAFactory.createPTA(ptaPattern, view, MAINCLASS);
pta.run();
CallGraph cg = pta.getCallGraph();
```

0 comments on commit 338ea8f

Please sign in to comment.