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

Method Block

UnLuac/src/unluac/decompile/block/Block.java:23–29  ·  view source on GitHub ↗
(LFunction function, int begin, int end, int priority)

Source from the content-addressed store, hash-verified

21 protected boolean scopeUsed = false;
22
23 public Block(LFunction function, int begin, int end, int priority) {
24 this.function = function;
25 this.begin = begin;
26 this.end = end;
27 this.closeRegister = -1;
28 this.priority = priority;
29 }
30
31 abstract public void addStatement(Statement statement);
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected