@return true if the given node is the exit of this CFG, otherwise false.
(N node)
| 64 | * @return true if the given node is the exit of this CFG, otherwise false. |
| 65 | */ |
| 66 | boolean isExit(N node); |
| 67 | |
| 68 | /** |
| 69 | * @return a unique index for given node in this CFG. |
no outgoing calls
no test coverage detected