ida.pelab.prt.transformation
Class ExpressionTransformation

java.lang.Object
  extended by ida.pelab.prt.transformation.ExpressionTransformation

public class ExpressionTransformation
extends java.lang.Object


Constructor Summary
ExpressionTransformation()
           
 
Method Summary
static cetus.hir.Traversable simplifyNegativeOperator(cetus.hir.Traversable node)
          Simplifies the expressions in for (-integer) to -integer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionTransformation

public ExpressionTransformation()
Method Detail

simplifyNegativeOperator

public static cetus.hir.Traversable simplifyNegativeOperator(cetus.hir.Traversable node)
Simplifies the expressions in for (-integer) to -integer

Parameters:
node -
Returns: