package gve.calc.formula; import java.util.Vector; import java.util.Hashtable;
@version 4 nov 1999 @author Geert Vernaeve This evaluator is able to undo multiple redefinitions of the same variable. |
Each undefVariable() annihilates exactly one defineVariable() call. So if you defined a variable multiple times, you have to call undefVariable() exactly as many times as you defineVariable()d it. |
Change the value of an existing variable. If the variable doesn't exist, this call is equivalent to defineVariable(). |