Uses of Class
net.sourceforge.webcompmath.data.StackOfDouble

Packages that use StackOfDouble
net.sourceforge.webcompmath.awt.beans   
net.sourceforge.webcompmath.data   
net.sourceforge.webcompmath.draw.beans   
net.sourceforge.webcompmath.functions   
net.sourceforge.webcompmath.functions.beans   
 

Uses of StackOfDouble in net.sourceforge.webcompmath.awt.beans
 

Methods in net.sourceforge.webcompmath.awt.beans with parameters of type StackOfDouble
 void WCMExpressionInputBean.apply(StackOfDouble stack, Cases cases)
          Just pass this method on to func
 

Uses of StackOfDouble in net.sourceforge.webcompmath.data
 

Methods in net.sourceforge.webcompmath.data with parameters of type StackOfDouble
 void ExpressionCommand.apply(StackOfDouble stack, Cases cases)
          This routine is called when an ExpressionCommand object is encountered during the evaluation of an ExpressionProgram.
 void Constant.apply(StackOfDouble stack, Cases cases)
          Apply the Constant to the stack.
 void ConditionalExpression.apply(StackOfDouble stack, Cases cases)
          Apply this ConditionalExpression to the stack.
 

Uses of StackOfDouble in net.sourceforge.webcompmath.draw.beans
 

Methods in net.sourceforge.webcompmath.draw.beans with parameters of type StackOfDouble
 void WCMMouseVariableBean.apply(StackOfDouble stack, Cases cases)
          Passed through to the MouseVar variable.
 

Uses of StackOfDouble in net.sourceforge.webcompmath.functions
 

Methods in net.sourceforge.webcompmath.functions with parameters of type StackOfDouble
 void WrapperFunction.apply(StackOfDouble stack, Cases cases)
          Evaluate the function applied to argument values popped from the stack, and leave the result on the stack.
 void TableFunction.apply(StackOfDouble stack, Cases cases)
          Override method apply() from interface FunctionParserExtension, to handle cases properly.
 void FunctionParserExtension.apply(StackOfDouble stack, Cases cases)
          Evaluate the function applied to argument values popped from the stack, and leave the result on the stack.
 void ExpressionFunction.apply(StackOfDouble stack, Cases cases)
          Find the value of the function applied to arguments popped from the stack, and push the result back onto the stack.
 

Uses of StackOfDouble in net.sourceforge.webcompmath.functions.beans
 

Methods in net.sourceforge.webcompmath.functions.beans with parameters of type StackOfDouble
 void WCMExpressionFunctionBean.apply(StackOfDouble stack, Cases cases)
          Overridden to check if a redefine is needed.