Jode 1.90-CVS
Build Aug 6, 2004

Uses of Interface
net.sf.jode.expr.MatchableOperator

Packages that use MatchableOperator
net.sf.jode.expr   
 

Uses of MatchableOperator in net.sf.jode.expr
 

Subinterfaces of MatchableOperator in net.sf.jode.expr
 interface LValueExpression
           
 

Classes in net.sf.jode.expr that implement MatchableOperator
 class ArrayStoreOperator
           
 class InvokeOperator
           
 class LocalStoreOperator
           
 class PutFieldOperator
           
 

Methods in net.sf.jode.expr with parameters of type MatchableOperator
 boolean Operator.containsConflictingLoad(MatchableOperator op)
          Checks if this expression contains a conflicting load, that matches the given CombineableOperator.
 boolean Expression.containsConflictingLoad(MatchableOperator op)
          Checks if this expression contains a conflicting load, that matches the given CombineableOperator.
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.