@return the kind of the edge. @see CFGEdge.Kind
()
| 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. |
no outgoing calls
no test coverage detected