Fixed: Decompilation - Goto handling

This commit is contained in:
Jindra Petřík
2021-03-05 21:22:55 +01:00
parent 509b08ac86
commit c800aa7ca4
5 changed files with 119 additions and 45 deletions
@@ -0,0 +1,10 @@
package com.jpexs.decompiler.graph;
/**
*
* @author JPEXS
*/
public enum StopPartKind {
BLOCK_CLOSE,
OTHER
}