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

Method getTarget

src/main/java/pascal/taie/ir/stmt/If.java:62–64  ·  view source on GitHub ↗

@return the jump target (when the condition expression is evaluated to true) of the if-statement.

()

Source from the content-addressed store, hash-verified

60 * to true) of the if-statement.
61 */
62 public Stmt getTarget() {
63 return target;
64 }
65
66 public void setTarget(Stmt target) {
67 this.target = target;

Callers 4

linkJumpTargetsMethod · 0.45
buildNormalEdgesMethod · 0.45
createHandlerMethod · 0.45
createHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected