Jode 1.90-CVS
Build Aug 6, 2004

Package net.sf.jode.expr

Interface Summary
CombineableOperator  
LValueExpression  
MatchableOperator  
 

Class Summary
ArrayLengthOperator  
ArrayLoadOperator  
ArrayStoreOperator  
BinaryOperator  
CheckCastOperator  
CheckNullOperator This is a pseudo operator, which represents the check against null that jikes and javac generates for inner classes: outer.new Inner() is translated by javac to new Outer$Inner(outer ((void) DUP.getClass())); and by jikes to new Outer$Inner(outer (DUP == null ?
ClassFieldOperator  
CompareBinaryOperator  
CompareToIntOperator  
CompareUnaryOperator  
ConstantArrayOperator  
ConstOperator  
ConvertOperator  
Expression  
FieldOperator This class contains everything shared between PutFieldOperator and GetFieldOperator
GetFieldOperator  
IfThenElseOperator  
IIncOperator  
InstanceOfOperator  
InvokeOperator  
LocalLoadOperator  
LocalStoreOperator  
LocalVarOperator  
MonitorEnterOperator  
MonitorExitOperator  
NewArrayOperator  
NewOperator  
NoArgOperator  
NopOperator A NopOperator takes one arguments and returns it again.
Operator  
OuterLocalOperator  
PopOperator  
PrePostFixOperator A PrePostFixOperator has one subexpression, namely the StoreInstruction.
PutFieldOperator  
ShiftOperator ShiftOpcodes are special, because their second operand is an UIndex
SimpleOperator  
StoreInstruction  
StringAddOperator  
ThisOperator  
UnaryOperator  
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.