add OPTION_ANON

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@836 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 5f8c5625a0
commit 2398434961
  1. 5
      jode/jode/Decompiler.java

@ -41,8 +41,9 @@ public class Decompiler {
public static final int OPTION_IMMEDIATE = 0x0080;
public static final int OPTION_VERIFY = 0x0100;
public static int options
= OPTION_LVT | OPTION_INNER | OPTION_DECRYPT | OPTION_VERIFY;
public static int options =
OPTION_LVT | OPTION_INNER | OPTION_ANON |
OPTION_DECRYPT | OPTION_VERIFY;
public static final String[] optionNames = {
"lvt", "inners", "anonymous", "push",

Loading…
Cancel
Save