MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / ForBlock51

Method ForBlock51

UnLuac/src/unluac/decompile/block/ForBlock51.java:10–12  ·  view source on GitHub ↗
(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine, boolean forvarClose)

Source from the content-addressed store, hash-verified

8public 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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected