mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:10:46 +00:00
Fixed: Decompilation - Goto handling
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.jpexs.decompiler.graph;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public enum StopPartKind {
|
||||
BLOCK_CLOSE,
|
||||
OTHER
|
||||
}
|
||||
Reference in New Issue
Block a user