Jode 1.90-CVS
Build Aug 6, 2004

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

Packages that use CombineableOperator
net.sf.jode.expr   
net.sf.jode.flow   
 

Uses of CombineableOperator in net.sf.jode.expr
 

Classes in net.sf.jode.expr that implement CombineableOperator
 class IIncOperator
           
 class StoreInstruction
           
 

Methods in net.sf.jode.expr with parameters of type CombineableOperator
 boolean Operator.containsMatchingLoad(CombineableOperator comb)
          Checks if this expression contains a matching load, that matches the given Expression.
 int Operator.canCombine(CombineableOperator combOp)
          Checks if the given Expression (which must be a CombineableOperator) can be combined into this expression.
 Expression Operator.combine(CombineableOperator comb)
          Combines the given Expression (which should be a StoreInstruction) into this expression.
 int Expression.canCombine(CombineableOperator combOp)
          Checks if the given Expression (which should be a CombineableOperator) can be combined into this expression.
 boolean Expression.containsMatchingLoad(CombineableOperator e)
          Checks if this expression contains a load, that matches the given CombineableOperator (which must be an Operator)
 Expression Expression.combine(CombineableOperator comb)
          Combines the given Expression (which should be a StoreInstruction) into this expression.
 

Uses of CombineableOperator in net.sf.jode.flow
 

Methods in net.sf.jode.flow with parameters of type CombineableOperator
 boolean LoopBlock.conditionMatches(CombineableOperator combinable)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.