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

Method toString

src/main/java/pascal/taie/ir/stmt/JumpStmt.java:37–40  ·  view source on GitHub ↗

Convert a target statement to its String representation.

(Stmt target)

Source from the content-addressed store, hash-verified

35 * Convert a target statement to its String representation.
36 */
37 public String toString(Stmt target) {
38 return target == null ?
39 "[unknown]" : Integer.toString(target.getIndex());
40 }
41}

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
getIndexMethod · 0.65

Tested by

no test coverage detected