mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 02:38:23 +00:00
spelling: predecessor
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
fdd213a870
commit
371649b697
@@ -31,7 +31,7 @@ import java.util.Set;
|
||||
/**
|
||||
* Detects "precontinues" in Graph. A precontinue is target of continue
|
||||
* statement in a for loop. For loop in this case has single backedge.
|
||||
* Precontinue is predeccessor of loops backedge. Precontinue can have branches
|
||||
* Precontinue is predecessor of loops backedge. Precontinue can have branches
|
||||
* in it (and in some special cases like xml .() operator a while too). This
|
||||
* class tries to simplify graph up to the level that precontinue is a single
|
||||
* node.
|
||||
|
||||
Reference in New Issue
Block a user