From c03d39e8c71a2968803cc41f5079d651f13e0bc6 Mon Sep 17 00:00:00 2001 From: jochen Date: Sun, 7 Feb 1999 19:47:52 +0000 Subject: [PATCH] now we have a matchable operator git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@217 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/expr/CombineableOperator.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.