@return true if the given node is the entry of this CFG, otherwise false.
(N node)
| 59 | * @return true if the given node is the entry of this CFG, otherwise false. |
| 60 | */ |
| 61 | boolean isEntry(N node); |
| 62 | |
| 63 | /** |
| 64 | * @return true if the given node is the exit of this CFG, otherwise false. |
no outgoing calls
no test coverage detected