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

Method getExit

src/main/java/pascal/taie/analysis/graph/cfg/CFG.java:56–56  ·  view source on GitHub ↗

@return the exit node of this CFG.

()

Source from the content-addressed store, hash-verified

54 * @return the exit node of this CFG.
55 */
56 N getExit();
57
58 /**
59 * @return true if the given node is the entry of this CFG, otherwise false.

Callers 6

initializeBackwardMethod · 0.65
initializeBackwardMethod · 0.65
getExitOfMethod · 0.65
getNodeMethod · 0.65
buildNormalEdgesMethod · 0.65
buildExceptionalEdgesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected