diff --git a/jode/jode/expr/CombineableOperator.java b/jode/jode/expr/CombineableOperator.java index a516f7a..bebba06 100644 --- a/jode/jode/expr/CombineableOperator.java +++ b/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.