Marks the current code position with the given label. @param label a label.
(final Label label)
| 930 | * @param label a label. |
| 931 | */ |
| 932 | public void mark(final Label label) { |
| 933 | mv.visitLabel(label); |
| 934 | } |
| 935 | |
| 936 | /** |
| 937 | * Marks the current code position with a new label. |
no test coverage detected