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

Method getIndex

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

@return a unique index for given node in this CFG.

(N node)

Source from the content-addressed store, hash-verified

69 * @return a unique index for given node in this CFG.
70 */
71 int getIndex(N node);
72
73 /**
74 * @return the corresponding node specified by the given index.

Callers 15

getPotentialCatchersMethod · 0.65
analyzeMethod · 0.65
transferLoadArrayMethod · 0.65
doSolveBackwardMethod · 0.65
getIndexMethod · 0.65
getIndexMethod · 0.65
toLabelMethod · 0.65
getIndexMethod · 0.65
getPointsToSetMethod · 0.65
computeTypeInfoMethod · 0.65
FieldSourcePointClass · 0.65
getInjectParamsInfoMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected