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

Method getKind

src/main/java/pascal/taie/analysis/graph/callgraph/Edge.java:53–55  ·  view source on GitHub ↗

@return kind of the call edge.

()

Source from the content-addressed store, hash-verified

51 * @return kind of the call edge.
52 */
53 public CallKind getKind() {
54 return kind;
55 }
56
57 /**
58 * @return the call site (i.e., the source) of the call edge.

Callers 15

transferEdgeMethod · 0.45
findNullDerefMethod · 0.45
needTransferEdgeMethod · 0.45
transferEdgeMethod · 0.45
ObjectFlowGraphMethod · 0.45
buildMethod · 0.45
isUnreachableBranchMethod · 0.45
removeContextsMethod · 0.45
handleNewMethodHandleMethod · 0.45
onNewCallEdgeMethod · 0.45
propagateExceptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected