newArrayTypes

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@528 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 8f11aef005
commit e1875a2439
  1. 3
      jode/jode/bytecode/Opcodes.java

@ -262,4 +262,7 @@ public interface Opcodes {
"instanceof", "monitorenter", "monitorexit", "wide", "multianewarray",
"ifnull", "ifnonnull", "goto_w", "jsr_w", "breakpoint"
};
public String newArrayTypes = "ZCFDBSIJ";
}

Loading…
Cancel
Save