(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine, boolean forvarClose)
| 8 | public class ForBlock51 extends ForBlock { |
| 9 | |
| 10 | public ForBlock51(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine, boolean forvarClose) { |
| 11 | super(function, begin, end, register, closeType, closeLine, forvarClose); |
| 12 | } |
| 13 | |
| 14 | @Override |
| 15 | public void resolve(Registers r) { |
nothing calls this directly
no outgoing calls
no test coverage detected