Class VariableShifter

java.lang.Object
com.singularsys.extensions.rewrite.VariableShifter
All Implemented Interfaces:
RewriteVisitor.VariableRuleI, JepComponent, Serializable

public class VariableShifter extends Object implements RewriteVisitor.VariableRuleI
Replaces a variable "x" by "x + d" where d is a double value. This adds a Node.HookKey to all matching variable nodes. These can be removed by calling removeHooks(Node)
Since:
Jep 4.0/Extensions 2.1
See Also: