(LFunction function, int begin, int end)
| 9 | public class OnceLoop extends ContainerBlock { |
| 10 | |
| 11 | public OnceLoop(LFunction function, int begin, int end) { |
| 12 | super(function, begin, end, CloseType.NONE, -1, 0); |
| 13 | } |
| 14 | |
| 15 | @Override |
| 16 | public int scopeEnd() { |
nothing calls this directly
no outgoing calls
no test coverage detected