Jode 1.90-CVS
Build Aug 6, 2004

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

Packages that use LValueExpression
net.sf.jode.expr   
 

Uses of LValueExpression in net.sf.jode.expr
 

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

Methods in net.sf.jode.expr that return LValueExpression
 LValueExpression StoreInstruction.getLValue()
           
 LValueExpression IIncOperator.getLValue()
           
 LValueExpression CombineableOperator.getLValue()
          Returns the LValue.
 

Constructors in net.sf.jode.expr with parameters of type LValueExpression
StoreInstruction(LValueExpression lvalue)
           
PrePostFixOperator(Type type, int operatorIndex, LValueExpression lvalue, boolean postfix)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.