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

Method getKind

src/main/java/pascal/taie/analysis/graph/cfg/CFGEdge.java:107–109  ·  view source on GitHub ↗

@return the kind of the edge. @see CFGEdge.Kind

()

Source from the content-addressed store, hash-verified

105 * @see CFGEdge.Kind
106 */
107 public Kind getKind() {
108 return kind;
109 }
110
111 /**
112 * @return true if this edge is a switch-case edge, otherwise false.

Callers 2

getExistingEdgeMethod · 0.45
dumpDotFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected