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

Method AlwaysLoop

UnLuac/src/unluac/decompile/block/AlwaysLoop.java:17–21  ·  view source on GitHub ↗
(LFunction function, int begin, int end, CloseType closeType, int closeLine, boolean repeat)

Source from the content-addressed store, hash-verified

15 private ConstantExpression condition;
16
17 public AlwaysLoop(LFunction function, int begin, int end, CloseType closeType, int closeLine, boolean repeat) {
18 super(function, begin, end, closeType, closeLine, 0);
19 this.repeat = repeat;
20 condition = null;
21 }
22
23 @Override
24 public int scopeEnd() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected