MCPcopy Create free account
hub / github.com/LFYSec/MScan / position

Method position

src/main/java/pascal/taie/ir/IRPrinter.java:97–102  ·  view source on GitHub ↗
(Stmt stmt)

Source from the content-addressed store, hash-verified

95 }
96
97 public static String position(Stmt stmt) {
98 return "[" +
99 stmt.getIndex() +
100 "@L" + stmt.getLineNumber() +
101 ']';
102 }
103}

Callers 2

toStringMethod · 0.95
toStringMethod · 0.95

Calls 2

getIndexMethod · 0.65
getLineNumberMethod · 0.65

Tested by

no test coverage detected