net.sf.jode.expr
Interface MatchableOperator

All Known Subinterfaces:
LValueExpression
All Known Implementing Classes:
ArrayStoreOperator, InvokeOperator, LocalStoreOperator, PutFieldOperator

public interface MatchableOperator


Method Summary
 boolean matches(Operator loadOp)
          Checks if the loadOp is combinable with this operator.
 

Method Detail

matches

boolean matches(Operator loadOp)
Checks if the loadOp is combinable with this operator.