Deprecated API


Contents
Deprecated Methods
net.sf.transjvm.Expression.bitwise(Operator.Math, Expression)
          Use math(op, right) instead. 
net.sf.transjvm.Expression.not()
          Use logicalNot() or bitwiseNot() instead. Acts as logicalNot() if this expression is boolean, bitwiseNot() otherwise. 
 



Copyright 2004-5, Mark Shannon