mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 01:27:26 +00:00
Improved for continue / goto detection
This commit is contained in:
@@ -50,6 +50,8 @@ public class Loop implements Serializable {
|
||||
|
||||
public int breakCandidatesLocked = 0;
|
||||
|
||||
public List<GraphTargetItem> precontinueCommands = null;
|
||||
|
||||
public Loop(long id, GraphPart loopContinue, GraphPart loopBreak) {
|
||||
this.loopContinue = loopContinue;
|
||||
this.loopBreak = loopBreak;
|
||||
|
||||
Reference in New Issue
Block a user