@return a unique index for given node in this CFG.
(N node)
| 69 | * @return a unique index for given node in this CFG. |
| 70 | */ |
| 71 | int getIndex(N node); |
| 72 | |
| 73 | /** |
| 74 | * @return the corresponding node specified by the given index. |
no outgoing calls
no test coverage detected