Uses of Class
edu.hws.jcm.data.StackOfDouble

Packages that use StackOfDouble
data   
edu.hws.jcm.data   
edu.hws.jcm.functions   
 

Uses of StackOfDouble in data
 

Methods in data with parameters of type StackOfDouble
 void StandardNormalTable.apply(StackOfDouble stack, Cases cases)
          Returns the evaluation of the function using the real number on the top of the stack as a parameter.
 

Uses of StackOfDouble in edu.hws.jcm.data
 

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

Uses of StackOfDouble in edu.hws.jcm.functions
 

Methods in edu.hws.jcm.functions with parameters of type StackOfDouble
 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.
 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 TableFunction.apply(StackOfDouble stack, Cases cases)
          Override method apply() from interface FunctionParserExtension, to handle cases properly.
 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.