Improved for continue / goto detection

This commit is contained in:
Jindra Petřík
2021-01-17 21:52:33 +01:00
parent 96f3aee198
commit dc18fad2b3
8 changed files with 376 additions and 150 deletions

View File

@@ -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;