Skip to content

Commit

Permalink
Fix document formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nodmp committed Nov 19, 2024
1 parent dec694a commit 9c2d092
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 9c2d092

Please sign in to comment.