Visits a label. A label designates the instruction that will be visited just after it. @param label a Label Label object.
(Label label)
| 170 | */ |
| 171 | |
| 172 | void visitLabel (Label label); |
| 173 | |
| 174 | // ------------------------------------------------------------------------- |
| 175 | // Special instructions |
no outgoing calls
no test coverage detected