now a combineable operator

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@181 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 12cb53675e
commit a06934e1fb
  1. 3
      jode/jode/expr/StoreInstruction.java

@ -20,7 +20,8 @@
package jode.decompiler;
import jode.Type;
public abstract class StoreInstruction extends Operator {
public abstract class StoreInstruction extends Operator
implements CombineableOperator {
public String lvCasts;
Type lvalueType;

Loading…
Cancel
Save