Jode 1.90-CVS
Build Aug 6, 2004

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

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


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.