now we have a matchable operator

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@217 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 35b96aaaa1
commit c03d39e8c7
  1. 7
      jode/jode/expr/CombineableOperator.java

@ -18,12 +18,7 @@
*/
package jode.decompiler;
public interface CombineableOperator {
/**
* Checks if the loadOp is combinable with this operator.
*/
public boolean matches(Operator loadOp);
public interface CombineableOperator extends MatchableOperator {
/**
* Make this operator return a value compatible with the loadOp
* that it should replace.

Loading…
Cancel
Save