shown only the constant pool(s) in pcode editor

This commit is contained in:
honfika@gmail.com
2015-05-07 15:25:28 +02:00
parent e7c8a8bf06
commit 732087f20f
11 changed files with 147 additions and 30 deletions

View File

@@ -66,6 +66,10 @@ public class Helper {
public static String newLine = System.getProperty("line.separator");
public static String hexData = "#hexdata";
public static String constants = "#constants";
public static String decompilationErrorAdd = null;
private static final Map<String, Area> shapeCache = new HashMap<>();