Gets the target label of this block. @return >= 0; the label
()
| 140 | * @return {@code >= 0;} the label |
| 141 | */ |
| 142 | @Override |
| 143 | public int getLabel() { |
| 144 | return label; |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Gets the list of instructions inside this block. |
no outgoing calls
no test coverage detected